///
import { TableColumnBase } from './types';
export declare const CellBase: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
$headCell?: boolean | undefined;
$noPadding?: boolean | undefined;
}>>;
export type CellProps = Pick;
export declare const CellExtended: import("styled-components").IStyledComponent<"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>> & Omit, HTMLDivElement>, {
$headCell?: boolean | undefined;
$noPadding?: boolean | undefined;
}>>, keyof import("react").Component>;