type __VLS_Props = { dt: TfDt; tfType?: FormType; }; declare var __VLS_6: {}, __VLS_13: {}, __VLS_20: {}, __VLS_27: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; } & { default?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_20) => any; } & { default?: (props: typeof __VLS_27) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { dt: TfDt; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };