declare const _default: import("vue").DefineComponent<{ type: { type: StringConstructor; default: string; }; mask: { type: BooleanConstructor; default: boolean; }; content: { type: StringConstructor; default: string; }; center: { type: BooleanConstructor; default: boolean; }; opacity: { type: (NumberConstructor | StringConstructor)[]; default: number; }; pointerEvent: { type: StringConstructor; default: string; }; zIndex: { type: (NumberConstructor | StringConstructor)[]; default: string; }; topBorderRadius: { type: BooleanConstructor; default: boolean; }; }, {}, {}, { typeClass(): string; maskBgColor(): string; }, { maskClick(e: any): void; }, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { preOverflowValue: string; isVisible: boolean; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; beforeDestroy(): void; } | { props: { zIndex: { type: NumberConstructor; default: number; }; maskClosable: { type: BooleanConstructor; default: boolean; }; }; } | { watch: { isVisible(newVal: any): void; }; methods: { lockBodyScroll(): void; unlockBodyScroll(): void; }; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { type: string; mask: boolean; content: string; center: boolean; opacity: string | number; pointerEvent: string; zIndex: string | number; topBorderRadius: boolean; }>; export default _default;