declare const Dropdown: import("../utils/index").WithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized; relativeTarget: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => () => HTMLElement | null | undefined) | (() => () => HTMLElement | null | undefined) | { (): () => HTMLElement | null | undefined; new (): any; readonly prototype: any; } | (((new (...args: any[]) => () => HTMLElement | null | undefined) | (() => () => HTMLElement | null | undefined) | { (): () => HTMLElement | null | undefined; new (): any; readonly prototype: any; }) | null)[], unknown, unknown, () => HTMLElement | null | undefined, boolean>; }>> & Readonly<{}>, { showOnMousePosition: (e: MouseEvent) => void; show: (conf: { left: number; top: number; }) => void; hide: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { hideOnClick: import("element-plus/es/utils/index.mjs").EpPropMergeType; dropdownClass: string; relativeTarget: () => HTMLElement | null | undefined; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized; relativeTarget: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => () => HTMLElement | null | undefined) | (() => () => HTMLElement | null | undefined) | { (): () => HTMLElement | null | undefined; new (): any; readonly prototype: any; } | (((new (...args: any[]) => () => HTMLElement | null | undefined) | (() => () => HTMLElement | null | undefined) | { (): () => HTMLElement | null | undefined; new (): any; readonly prototype: any; }) | null)[], unknown, unknown, () => HTMLElement | null | undefined, boolean>; }>> & Readonly<{}>, { showOnMousePosition: (e: MouseEvent) => void; show: (conf: { left: number; top: number; }) => void; hide: () => void; }, {}, {}, {}, { hideOnClick: import("element-plus/es/utils/index.mjs").EpPropMergeType; dropdownClass: string; relativeTarget: () => HTMLElement | null | undefined; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized; relativeTarget: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => () => HTMLElement | null | undefined) | (() => () => HTMLElement | null | undefined) | { (): () => HTMLElement | null | undefined; new (): any; readonly prototype: any; } | (((new (...args: any[]) => () => HTMLElement | null | undefined) | (() => () => HTMLElement | null | undefined) | { (): () => HTMLElement | null | undefined; new (): any; readonly prototype: any; }) | null)[], unknown, unknown, () => HTMLElement | null | undefined, boolean>; }>> & Readonly<{}>, { showOnMousePosition: (e: MouseEvent) => void; show: (conf: { left: number; top: number; }) => void; hide: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { hideOnClick: import("element-plus/es/utils/index.mjs").EpPropMergeType; dropdownClass: string; relativeTarget: () => HTMLElement | null | undefined; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })>; export * from './src/types'; export * from './src/dropdown'; export default Dropdown; export { Dropdown }; declare module 'vue' { interface GlobalComponents { PagodaDropdown: typeof Dropdown; } }