import { TdPopupProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    attach: {
        type: PropType<import("..").AttachNode>;
        default: string;
    };
    content: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    default: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    delay: {
        type: PropType<number | number[]>;
    };
    destroyOnClose: BooleanConstructor;
    disabled: BooleanConstructor;
    hideEmptyPopup: BooleanConstructor;
    overlayClassName: {
        type: PropType<import("..").ClassName>;
    };
    overlayInnerClassName: {
        type: PropType<import("..").ClassName>;
    };
    overlayInnerStyle: {
        type: PropType<import("..").Styles | ((triggerElement: HTMLElement, popupElement: HTMLElement) => import("..").Styles)>;
    };
    overlayStyle: {
        type: PropType<import("..").Styles | ((triggerElement: HTMLElement, popupElement: HTMLElement) => import("..").Styles)>;
    };
    placement: {
        type: PropType<import("./type").PopupPlacement>;
        default: string;
    };
    popperOptions: {
        type: PropType<object>;
    };
    showArrow: BooleanConstructor;
    trigger: {
        type: PropType<"click" | "focus" | "mousedown" | "context-menu" | "hover">;
        default: "click" | "focus" | "mousedown" | "context-menu" | "hover";
        validator(val: TdPopupProps['trigger']): boolean;
    };
    triggerElement: {
        type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
    };
    visible: {
        type: BooleanConstructor;
        default: any;
    };
    modelValue: {
        type: BooleanConstructor;
        default: any;
    };
    defaultVisible: BooleanConstructor;
    zIndex: {
        type: NumberConstructor;
    };
    onScroll: PropType<(context: {
        e: WheelEvent;
    }) => void>;
    onScrollToBottom: PropType<(context: {
        e: WheelEvent;
    }) => void>;
    onVisibleChange: PropType<(visible: boolean, context: import("./type").PopupVisibleChangeContext) => void>;
};
export default _default;
