import type { InjectionKey, ShallowRef } from 'vue'; import type { ActionGroupProps } from './type'; export declare const actionGroupToken: InjectionKey<{ groupProps: ActionGroupProps; dropdownRef?: ShallowRef; setDropdownVisible: (visible: boolean) => void; }>;