import type { ModalPosition, ModalSize } from './types'; interface ModalProps { bodyClass?: string | Record; focusTrap?: boolean; footerClass?: string | Record; headerClass?: string | Record; layoutClass?: string | Record; notEscapable?: boolean; overlayClass?: string | Record; persistent?: boolean; position?: ModalPosition; size?: ModalSize; wrapperClass?: string | Record; } declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { 'close-icon'?: (props: typeof __VLS_3) => any; } & { body?: (props: typeof __VLS_5) => any; } & { footer?: (props: typeof __VLS_7) => any; }; declare const __VLS_base: import("vue").DefineComponent void; "click:outside": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; "onClick:outside"?: ((...args: any[]) => any) | undefined; }>, { persistent: boolean; size: ModalSize; wrapperClass: string | Record; bodyClass: string | Record; focusTrap: boolean; footerClass: string | Record; headerClass: string | Record; layoutClass: string | Record; notEscapable: boolean; overlayClass: string | Record; position: ModalPosition; }, {}, {}, {}, string, import("vue").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; }; };