export {}; declare module 'vue' { interface ComponentCustomProperties { $t: (key: string, opt?: Record) => string; $tm: (key: string, opt?: Record) => [] | { [p: string]: any }; } }