export declare const Table: import("styled-components").StyledComponent<"div", any, {}, never>; interface ITableWithProps { tableWidth: number; } export declare const TableWithProps: import("styled-components").StyledComponent<"div", any, ITableWithProps, never>; export declare const TableRow: import("styled-components").StyledComponent<"tr", any, {}, never>; interface TableHeadingProps { padding?: string; } export declare const TableHeading: import("styled-components").StyledComponent<"div", any, TableHeadingProps, never>; interface TableHeadProps { width?: number; padding?: number; fontSize?: number; } export declare const TableHead: import("styled-components").StyledComponent<"th", any, TableHeadProps, never>; export declare const TableCell: import("styled-components").StyledComponent<"td", any, {}, never>; export {};