import type { ExtractPropTypes } from 'vue'; export declare const dropdownProps: { dropdownClass: import("element-plus/es/utils/index.mjs").EpPropFinalized; 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>; }; export type DropdownProps = ExtractPropTypes;