import type { ComputedRef, InjectionKey } from 'vue'; interface RowContext { gutter: ComputedRef; } export declare const rowContextKey: InjectionKey; export {};