import type { ComputedRef, InjectionKey } from 'vue'; export declare const gridInjectionKey: InjectionKey<{ point: ComputedRef<'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl'>; }>;