type __VLS_Props = { tfType?: FormType; width?: string | number; widthType?: FormWidthType; title?: string; dt: TfDt; data?: any; }; declare function createOpen(): void; declare var __VLS_10: {}, __VLS_20: {}, __VLS_28: {}, __VLS_30: {}, __VLS_32: {}; type __VLS_Slots = {} & { left?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_20) => any; } & { default?: (props: typeof __VLS_28) => any; } & { right?: (props: typeof __VLS_30) => any; } & { footerDiv?: (props: typeof __VLS_32) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, { detail: (isRefreshData?: boolean) => void; edit: (isRefreshData?: boolean) => void; add: (isRefreshData?: boolean) => void; createOpen: typeof createOpen; close: () => void; onConfirm: (callEnd?: (v?: boolean) => void) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { confirm: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onConfirm?: (...args: any[]) => any; }>, { width: string | number; dt: TfDt; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };