import { VNode } from 'vue'; declare const DropdownProps: { trigger: { type: import("vue").PropType<("click" | "contextmenu" | "hover")[]>; default: () => string[]; }; overlay: import("vue-types").VueTypeValidableDef; visible: import("vue-types").VueTypeValidableDef; disabled: import("vue-types").VueTypeValidableDef; align: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; }; getPopupContainer: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; transitionName: import("vue-types").VueTypeValidableDef & { default: string; }; placement: import("vue-types").VueTypeDef<"bottomRight" | "bottomLeft" | "topLeft" | "topCenter" | "topRight" | "bottomCenter">; overlayClassName: import("vue-types").VueTypeValidableDef & { default: string; }; overlayStyle: import("vue-types").VueTypeValidableDef; forceRender: import("vue-types").VueTypeValidableDef; mouseEnterDelay: import("vue-types").VueTypeValidableDef & { default: number; }; mouseLeaveDelay: import("vue-types").VueTypeValidableDef & { default: number; }; openClassName: import("vue-types").VueTypeValidableDef & { default: string; }; minOverlayWidthMatchTrigger: import("vue-types").VueTypeValidableDef; }; declare const Dropdown: import("vue").DefineComponent<{ prefixCls: import("vue-types").VueTypeValidableDef & { default: string; }; mouseEnterDelay: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; mouseLeaveDelay: import("vue-types").VueTypeValidableDef & { default: number; } & { default: number; }; placement: import("vue-types").VueTypeDef<"bottomRight" | "bottomLeft" | "topLeft" | "topCenter" | "topRight" | "bottomCenter"> & { default: "bottomRight" | "bottomLeft" | "topLeft" | "topCenter" | "topRight" | "bottomCenter"; }; onVisibleChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; 'onUpdate:visible': import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; trigger: { type: import("vue").PropType<("click" | "contextmenu" | "hover")[]>; default: () => string[]; }; overlay: import("vue-types").VueTypeValidableDef; visible: import("vue-types").VueTypeValidableDef; disabled: import("vue-types").VueTypeValidableDef; align: import("vue-types").VueTypeValidableDef<{ [key: string]: any; }> & { default: () => { [key: string]: any; }; }; getPopupContainer: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & { default: (...args: any[]) => any; }; transitionName: import("vue-types").VueTypeValidableDef & { default: string; }; overlayClassName: import("vue-types").VueTypeValidableDef & { default: string; }; overlayStyle: import("vue-types").VueTypeValidableDef; forceRender: import("vue-types").VueTypeValidableDef; openClassName: import("vue-types").VueTypeValidableDef & { default: string; }; minOverlayWidthMatchTrigger: import("vue-types").VueTypeValidableDef; }, { configProvider: import("../config-provider").ConfigConsumerProps; popupRef: any; }, unknown, {}, { savePopupRef(ref: VNode): void; getTransitionName(): string; renderOverlay(prefixCls: string): any; handleVisibleChange(val: boolean): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("visibleChange" | "update:visible")[], "visibleChange" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ prefixCls: string; align: { [key: string]: any; }; transitionName: string; getPopupContainer: (...args: any[]) => any; mouseEnterDelay: number; mouseLeaveDelay: number; placement: "bottomRight" | "bottomLeft" | "topLeft" | "topCenter" | "topRight" | "bottomCenter"; onVisibleChange: (...args: any[]) => any; "onUpdate:visible": (...args: any[]) => any; trigger: ("click" | "contextmenu" | "hover")[]; overlayClassName: string; openClassName: string; } & { visible?: boolean; overlay?: any; disabled?: boolean; forceRender?: boolean; overlayStyle?: import("vue").CSSProperties; minOverlayWidthMatchTrigger?: boolean; }>, { prefixCls: string; align: { [key: string]: any; }; transitionName: string; getPopupContainer: (...args: any[]) => any; mouseEnterDelay: number; mouseLeaveDelay: number; placement: "bottomRight" | "bottomLeft" | "topLeft" | "topCenter" | "topRight" | "bottomCenter"; onVisibleChange: (...args: any[]) => any; "onUpdate:visible": (...args: any[]) => any; trigger: ("click" | "contextmenu" | "hover")[]; overlayClassName: string; openClassName: string; }>; export default Dropdown; export { DropdownProps };