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