declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
    $slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
    $emit: (event: "close" | "update:modelValue", ...args: any[]) => void;
    title: string;
    closable: boolean;
    position: string;
    size: string;
    zIndex: number;
    maxWidth: string;
    fullWidth: boolean;
    showCloseButton: boolean;
    maskClosable: boolean;
    closeOnOverlay: boolean;
    disableBackdropClick: boolean;
    disableEscapeKeyDown: boolean;
    centered: boolean;
    fullScreen: boolean;
    scroll: string;
    lockScroll: boolean;
    showOverlay: boolean;
    modelValue?: boolean | undefined;
    open?: boolean | undefined;
    visible?: boolean | undefined;
    $props: {
        readonly title?: string | undefined;
        readonly closable?: boolean | undefined;
        readonly position?: string | undefined;
        readonly size?: string | undefined;
        readonly zIndex?: number | undefined;
        readonly maxWidth?: string | undefined;
        readonly fullWidth?: boolean | undefined;
        readonly showCloseButton?: boolean | undefined;
        readonly maskClosable?: boolean | undefined;
        readonly closeOnOverlay?: boolean | undefined;
        readonly disableBackdropClick?: boolean | undefined;
        readonly disableEscapeKeyDown?: boolean | undefined;
        readonly centered?: boolean | undefined;
        readonly fullScreen?: boolean | undefined;
        readonly scroll?: string | undefined;
        readonly lockScroll?: boolean | undefined;
        readonly showOverlay?: boolean | undefined;
        readonly modelValue?: boolean | undefined;
        readonly open?: boolean | undefined;
        readonly visible?: boolean | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
    modalRef: HTMLDivElement;
}, any>;
type __VLS_TemplateResult = {
    attrs: Partial<{}>;
    slots: {
        header?(_: {}): any;
        default?(_: {}): any;
        footer?(_: {}): any;
    };
    refs: {
        modalRef: HTMLDivElement;
    };
    rootEl: any;
};
//# sourceMappingURL=Modal.vue.d.ts.map