import { TableCellPropsStylesType } from './types/tableCellTheme';
export declare const TDStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {
    $styles?: TableCellPropsStylesType;
    $height?: string;
    $width?: string;
    $minWidth?: string;
    $maxWidth?: string;
    $textAlign?: string;
    $top?: string;
    $left?: string;
    $right?: string;
    $bottom?: string;
}>> & string;
