declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    confirmBtn: {
        type: import("vue").PropType<string | import("@/components").TdButtonProps | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: string;
    };
    title: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    onVisibleChange: import("vue").PropType<(v: boolean) => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "visible-change"[], "visible-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    confirmBtn: {
        type: import("vue").PropType<string | import("@/components").TdButtonProps | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: string;
    };
    title: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    onVisibleChange: import("vue").PropType<(v: boolean) => void>;
}>> & Readonly<{
    "onVisible-change"?: (...args: any[]) => any;
}>, {
    confirmBtn: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
