/// <reference types="react" />
declare type RowContextType = {
    gutter?: [number, number];
    div?: boolean;
};
export declare const RowContext: import("react").Context<RowContextType>;
export {};
