import { PropType } from 'vue';
declare const _default: {
    confirmBtn: {
        type: PropType<string | import("@/button").TdButtonProps | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: string;
    };
    title: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    onVisibleChange: PropType<(v: boolean) => void>;
};
export default _default;
