declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    direction: {
        type: import("vue").PropType<"column" | "row">;
        default: "column" | "row";
        validator(val: "column" | "row"): boolean;
    };
    duration: {
        type: NumberConstructor;
        default: number;
    };
    icon: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    message: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    overlayProps: {
        type: import("vue").PropType<import("@/overlay/type").TdOverlayProps>;
        default: () => {};
    };
    placement: {
        type: import("vue").PropType<"bottom" | "middle" | "top">;
        default: "bottom" | "middle" | "top";
        validator(val: "bottom" | "middle" | "top"): boolean;
    };
    preventScrollThrough: BooleanConstructor;
    showOverlay: BooleanConstructor;
    theme: {
        type: import("vue").PropType<"error" | "loading" | "success" | "warning">;
        validator(val: "error" | "loading" | "success" | "warning"): boolean;
    };
    onClose: import("vue").PropType<() => void>;
    onDestroy: import("vue").PropType<() => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    direction: {
        type: import("vue").PropType<"column" | "row">;
        default: "column" | "row";
        validator(val: "column" | "row"): boolean;
    };
    duration: {
        type: NumberConstructor;
        default: number;
    };
    icon: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    message: {
        type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    overlayProps: {
        type: import("vue").PropType<import("@/overlay/type").TdOverlayProps>;
        default: () => {};
    };
    placement: {
        type: import("vue").PropType<"bottom" | "middle" | "top">;
        default: "bottom" | "middle" | "top";
        validator(val: "bottom" | "middle" | "top"): boolean;
    };
    preventScrollThrough: BooleanConstructor;
    showOverlay: BooleanConstructor;
    theme: {
        type: import("vue").PropType<"error" | "loading" | "success" | "warning">;
        validator(val: "error" | "loading" | "success" | "warning"): boolean;
    };
    onClose: import("vue").PropType<() => void>;
    onDestroy: import("vue").PropType<() => void>;
}>> & Readonly<{}>, {
    direction: "column" | "row";
    duration: number;
    overlayProps: import("@/overlay/type").TdOverlayProps;
    placement: "bottom" | "middle" | "top";
    preventScrollThrough: boolean;
    showOverlay: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
