import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: DefineComponent; }; readonly focusTrap: { readonly type: PropType; readonly default: false; }; readonly height: { readonly type: PropType; readonly default: "96vh"; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { close: (...args: any[]) => void; open: (...args: any[]) => void; "update:isOpen": (...args: any[]) => void; finish: (...args: any[]) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ readonly isOpen: { readonly type: PropType; }; readonly focusTrap: { readonly type: PropType; readonly default: false; }; readonly height: { readonly type: PropType; readonly default: "96vh"; }; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onOpen?: ((...args: any[]) => any) | undefined; "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined; onFinish?: ((...args: any[]) => any) | undefined; }>, { readonly height: string; readonly focusTrap: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };