import { UseFormDialogHooksExample } from '../../hooks/form-dialog/type'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { hook: UseFormDialogHooksExample; dialogClass?: string; formClass?: string; title?: string; width?: string | number; labelPosition?: 'left' | 'right' | 'top'; labelWidth?: string | number; appendToBody?: boolean; modal?: boolean; fullscreen?: boolean; closeOnClickModal?: boolean; dialogCenter?: boolean; showClose?: boolean; draggable?: boolean; }; declare var __VLS_18: {}, __VLS_21: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_18) => any; } & { footer?: (props: typeof __VLS_21) => any; }; declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { modal: boolean; appendToBody: boolean; draggable: boolean; fullscreen: boolean; showClose: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };