import { ComputedRef, InjectionKey } from "vue"; //#region ../../packages/components/row/src/constants.d.ts interface RowContext { gutter: ComputedRef; } declare const rowContextKey: InjectionKey; //#endregion export { rowContextKey };