declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; default: string; }; borderRadius: { type: StringConstructor; default: string; }; }, {}, {}, {}, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { isVisible: any; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { title: string; borderRadius: string; }>; export default _default;