declare const _default: import("vue").DefineComponent<{ url: { type: StringConstructor; default: string; }; brandColor: { type: StringConstructor; default: string; }; }, {}, { code: string; }, { returnStyle: () => { borderColor: any; color: any; backgroundColor: string; }; confirmStyle: () => { backgroundColor: any; }; }, {}, { 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>, { brandColor: string; url: string; }>; export default _default;