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