import type { InjectionKey, Ref } from 'vue'; export interface ListContext { grid?: Ref; itemLayout?: Ref; } export declare const ListContextKey: InjectionKey;