import { Context } from 'react'; export interface RowContextValue { gutter?: number; } export declare const RowContext: Context;