declare function __VLS_template(): { default?(_: {}): any; submit?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { mode: string; flex: boolean; type: string; col: string | number; dir: string; comparable: boolean; labelWidth: string | number; labelPosition: string; submitPosition: string; valueWidth: string; space: string | number; spaceX: string | number; spaceY: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };