declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * 外层样式
     *
     * @type {String}
     */
    className: {
        type: StringConstructor;
    };
    /**
     * 是否将弹层放置于 body 内，在 Tabs、
     * 带有 fixed 的 Table 列内使用时，
     * 建议添加此属性，它将不受父级样式影响，
     * 从而达到更好的效果
     *
     * @type {Boolean}
     */
    transfer: {
        type: BooleanConstructor;
        default(): any;
    };
    /**
     * 弹窗的展开方向，
     * 可选值为 top、bottom、top-start、bottom-start、top-end、bottom-end
     *
     * @type {String}
     */
    placement: {
        type: StringConstructor;
        default: string;
    };
}, {
    data: {
        width: string;
        tIndex: number;
        popper: any;
        popperStatus: boolean;
    };
    styles: import("vue").ComputedRef<{
        zIndex?: number;
    }>;
    minWidth: import("vue").ComputedRef<string>;
    update: () => void;
    destroy: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 外层样式
     *
     * @type {String}
     */
    className: {
        type: StringConstructor;
    };
    /**
     * 是否将弹层放置于 body 内，在 Tabs、
     * 带有 fixed 的 Table 列内使用时，
     * 建议添加此属性，它将不受父级样式影响，
     * 从而达到更好的效果
     *
     * @type {Boolean}
     */
    transfer: {
        type: BooleanConstructor;
        default(): any;
    };
    /**
     * 弹窗的展开方向，
     * 可选值为 top、bottom、top-start、bottom-start、top-end、bottom-end
     *
     * @type {String}
     */
    placement: {
        type: StringConstructor;
        default: string;
    };
}>>, {
    transfer: boolean;
    placement: string;
}>;
export default _sfc_main;
