///
import { TableColumnBase } from './types';
export declare const CellBase: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
headCell?: boolean | undefined;
noPadding?: boolean | undefined;
}>> & string;
export type CellProps = Pick;
export declare const CellExtended: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, "headCell" | "noPadding"> & {
headCell?: boolean | undefined;
noPadding?: boolean | undefined;
}, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, CellProps>> & string;