declare const _default: import("vue").ComponentOptions<import("vue").default, {
    onClickClose: () => void;
    proxyVisible: boolean;
} & {
    [key: string]: unknown;
}, {}, {}, {
    visible: {
        type: BooleanConstructor;
        default: boolean;
        required: true;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
}, {
    visible: boolean;
} & {
    title?: string | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
    title: string;
    visible: boolean;
} & {}, {
    onClickClose: () => void;
    proxyVisible: boolean;
}, {
    visible: boolean;
} & {
    title?: string | undefined;
}, {}, {}, {
    title: string;
    visible: boolean;
} & {}>);
export default _default;
