export declare type Props = { isSticky?: boolean; }; declare const TableCell: import("styled-components").StyledComponent<"td", any, Props, never>; export default TableCell; //# sourceMappingURL=TableCell.d.ts.map