/// export interface Props { cellAlign: 'start' | 'center' | 'end'; elementWidth?: string; } declare const StyledCell: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLTableDataCellElement>, Props>>; export default StyledCell;