declare const _default: __VLS_WithTemplateSlots; default: string; }; unmountOnHide: { type: BooleanConstructor; default: boolean; }; mainClass: { type: import('vue').PropType>; }; mainTransition: { type: StringConstructor; default: string; }; maskTransition: { type: StringConstructor; default: string; }; transitionOrign: { type: import('vue').PropType<"mouse" | "css">; default: string; }; mask: { type: BooleanConstructor; default: boolean; }; maskClose: { type: BooleanConstructor; default: boolean; }; buttonClose: { type: BooleanConstructor; default: boolean; }; beforeShow: { type: import('vue').PropType<() => Promise | boolean>; }; beforeHide: { type: import('vue').PropType<() => Promise | boolean>; }; }>, { /** Toggle the OLayer */ toggle: (show?: boolean) => Promise; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (visible: boolean) => any; "update:visible": (value: boolean, evt?: MouseEvent | undefined) => any; "click:mask": (evt: MouseEvent) => any; "click:button": (evt: MouseEvent) => any; }, string, import('vue').PublicProps, Readonly; default: string; }; unmountOnHide: { type: BooleanConstructor; default: boolean; }; mainClass: { type: import('vue').PropType>; }; mainTransition: { type: StringConstructor; default: string; }; maskTransition: { type: StringConstructor; default: string; }; transitionOrign: { type: import('vue').PropType<"mouse" | "css">; default: string; }; mask: { type: BooleanConstructor; default: boolean; }; maskClose: { type: BooleanConstructor; default: boolean; }; buttonClose: { type: BooleanConstructor; default: boolean; }; beforeShow: { type: import('vue').PropType<() => Promise | boolean>; }; beforeHide: { type: import('vue').PropType<() => Promise | boolean>; }; }>> & Readonly<{ onChange?: ((visible: boolean) => any) | undefined; "onUpdate:visible"?: ((value: boolean, evt?: MouseEvent | undefined) => any) | undefined; "onClick:mask"?: ((evt: MouseEvent) => any) | undefined; "onClick:button"?: ((evt: MouseEvent) => any) | undefined; }>, { mask: boolean; visible: boolean; wrapper: string | HTMLElement | null; unmountOnHide: boolean; mainTransition: string; maskTransition: string; transitionOrign: "css" | "mouse"; maskClose: boolean; buttonClose: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { layerRef: HTMLDivElement; mainRef: HTMLDivElement; }, any>, { default?(_: {}): any; close?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };