import { InjectionKey } from 'vue'; import { DropdownOption } from '../type'; export declare const injectKey: InjectionKey<{ handleMenuClick: (data: DropdownOption, context: { e: MouseEvent; }) => void; maxHeight: number; maxColumnWidth: number | string; minColumnWidth: number | string; }>;