/// <reference types="styled-components" />
export declare const Row: import("styled-components").StyledComponentClass<import("./Cell").CellProps, any, Pick<import("./Cell").CellProps, "left" | "right" | "disabled" | "top" | "bottom" | "style" | "children" | "onRef" | "className" | "initialWidth" | "initialHeight"> & {
    theme?: any;
}>;
