import { PropType } from 'vue';
declare const _default: {
    attach: {
        type: PropType<import("@/common").AttachNode>;
        default: import("@/common").AttachNode;
    };
    closeBtn: {
        type: PropType<boolean | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    closeOnOverlayClick: {
        type: BooleanConstructor;
        default: boolean;
    };
    destroyOnClose: BooleanConstructor;
    duration: {
        type: NumberConstructor;
        default: number;
    };
    overlayProps: {
        type: PropType<import("@/overlay/type").TdOverlayProps>;
        default: () => {};
    };
    placement: {
        type: PropType<"bottom" | "center" | "left" | "right" | "top">;
        default: "bottom" | "center" | "left" | "right" | "top";
        validator(val: "bottom" | "center" | "left" | "right" | "top"): boolean;
    };
    preventScrollThrough: {
        type: BooleanConstructor;
        default: boolean;
    };
    showOverlay: {
        type: BooleanConstructor;
        default: boolean;
    };
    transitionName: {
        type: StringConstructor;
        default: string;
    };
    visible: {
        type: BooleanConstructor;
        default: any;
    };
    modelValue: {
        type: BooleanConstructor;
        default: any;
    };
    defaultVisible: BooleanConstructor;
    zIndex: {
        type: NumberConstructor;
    };
    onClose: PropType<(context: {
        e: MouseEvent;
    }) => void>;
    onClosed: PropType<() => void>;
    onOpen: PropType<() => void>;
    onOpened: PropType<() => void>;
    onVisibleChange: PropType<(visible: boolean, trigger: import("@/components").PopupSource) => void>;
};
export default _default;
