import * as React from 'react';
import { IRowContext } from './RowContext';
import * as PropTypes from 'prop-types';
declare const GridSize: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24"];
declare type GridSize = typeof GridSize[number];
declare class Col extends React.Component
{
static displayName: string;
static contextType: React.Context;
static Size: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24"];
static defaultProps: Col.Props;
static propTypes: {
span: PropTypes.Requireable<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24">;
className: PropTypes.Requireable;
style: PropTypes.Requireable