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