import { FC } from 'react'; import { Column } from '../types'; export declare const Cell: FC<{ gutter: boolean; stickyRight: boolean; disabled?: boolean; column: Column; className: string; active?: boolean; children?: any; }>; //# sourceMappingURL=Cell.d.ts.map