type StyledThProps = { width?: any; compact?: boolean; sticky?: any; }; declare const StyledTh: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTableHeaderCellElement>, StyledThProps>> & string; export default StyledTh;