import { Theme } from '../../utils/theme'; type StyledTableProps = { theme: Theme; }; declare const StyledTable: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledTableProps>> & string; export { StyledTable };