declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: undefined; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: undefined; }; }>> & Readonly<{}>, { readonly locale: { name: string; vx: { button: { loading: string; }; input: { placeholder: string; }; modal: { close: string; confirm: string; cancel: string; }; scrollbar: { loading: string; }; pagination: { prev: string; next: string; total: string; }; datepicker: { date: string; range: string; }; select: { placeholder: string; noData: string; noMatch: string; }; table: { emptyText: string; }; upload: { upload: string; delete: string; preview: string; }; }; }; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };