import DropdownV2 from './src/index'; import DropdownV2Panel from './src/panel'; import type { SFCWithInstall } from 'element-plus-x/es/utils'; export declare const ElDropdownV2Panel: SFCWithInstall; export declare const ElDropdownV2: SFCWithInstall; export default ElDropdownV2; export * from './src/dropdown-v2'; export type { DropdownV2Instance } from './src/instance';