///
interface StyledTableProps {
thStyles?: string;
tdStyles?: string;
}
export declare const StyledTable: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTableElement>, StyledTableProps>> & string;
export {};