export {}; declare module '@vue/runtime-core' { interface ComponentCustomProperties { $translate(text: T): T; } }