declare function __VLS_template(): Partial any>> & { label?(_: { label: any; value: any; }): any; }; declare const __VLS_component: import("vue").DefineComponent | string>; default: () => any[]; }; labelWidth: { type: import("vue").PropType; default: string; }; dir: { type: import("vue").PropType; default: string; }; col: { type: import("vue").PropType; default: string; }; mode: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; align: { type: StringConstructor; default: string; }; avg: { type: BooleanConstructor; default: boolean; }; wrap: { type: BooleanConstructor; default: boolean; }; tip: { type: BooleanConstructor; default: boolean; }; flex: BooleanConstructor; }>, { getLabelWidth: () => string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly | string>; default: () => any[]; }; labelWidth: { type: import("vue").PropType; default: string; }; dir: { type: import("vue").PropType; default: string; }; col: { type: import("vue").PropType; default: string; }; mode: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; align: { type: StringConstructor; default: string; }; avg: { type: BooleanConstructor; default: boolean; }; wrap: { type: BooleanConstructor; default: boolean; }; tip: { type: BooleanConstructor; default: boolean; }; flex: BooleanConstructor; }>> & Readonly<{}>, { mode: string; align: string; flex: boolean; data: string | { label: string; value: string; merge: number | string; }[]; type: string; col: string | number; tip: boolean; dir: import("@touchvue/ui/index.ts").ParamDir; wrap: boolean; labelWidth: string | number; avg: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };