import type { InjectionKey } from 'vue';
import type { GroupItemProvide } from '../../composables/group.js';
export declare const VExpansionPanelSymbol: InjectionKey<GroupItemProvide>;
