declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; default: string; }; content: { type: StringConstructor; default: string; }; opacity: { type: (StringConstructor | NumberConstructor)[]; default: number; }; zIndex: { type: (StringConstructor | NumberConstructor)[]; default: number; }; closable: { type: BooleanConstructor; default: boolean; }; listenScrollEnd: { type: BooleanConstructor; default: boolean; }; beforeClose: { type: FunctionConstructor; default: any; }; listenPullingUp: { type: BooleanConstructor; default: boolean; }; }, {}, { scroll: 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; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { title: string; content: string; opacity: string | number; zIndex: string | number; closable: boolean; listenScrollEnd: boolean; listenPullingUp: boolean; beforeClose: Function; }>; export default _default;