import { InjectionKey, Ref } from 'vue'; import { CellGroupProps } from './props'; import { DirectionType } from '../common'; interface CellGroupConfig extends Pick { layout: Ref; } export declare const CELL_GROUP_CONTEXT_KEY: InjectionKey>; export {};