import React from 'react'; import { ColProps } from './typings'; export declare const RowContext: React.Context<{ colProps?: ColProps | undefined; }>;