export interface RowContextState { gutter?: [number, number]; wrap?: boolean; } declare const RowContext: React.Context; export default RowContext;