import * as React from 'react'; export declare type TableCellProps = { padding?: 'none' | 'normal'; align?: 'left' | 'center' | 'right' | 'justify'; className?: string; size?: 'small' | 'medium'; ariaSort?: 'asc' | 'desc' | false; variant?: 'head' | 'body'; stickyHeader?: boolean; fixed?: 'left' | 'right'; fixedWidth?: number; fixedLastLeft?: boolean; fixedLastRight?: boolean; style?: React.CSSProperties; hasBorder?: boolean; } & React.HTMLProps; export declare const TableCell: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; //# sourceMappingURL=TableCell.d.ts.map