/// <reference types="react" />
import { GridWrapperProps } from './GridWrapper';
import { CellProps } from '../CellWrapper/Cell';
export declare const ColsWrapper: (props: GridWrapperProps<CellProps>) => JSX.Element;
