/// export type { TableDataRow, TableDataColumn } from './types'; declare const _default: { Table: (props: import("./Table").Props) => JSX.Element; Header: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLTableSectionElement>, import("./bin/Header").Props>>; Body: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLTableSectionElement>, never>>; Row: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit, HTMLTableRowElement>, never>>; HeaderCell: ({ children, column, sortColumn, sortDirection, align, action, onClick }: import("./bin/HeaderCell").Props) => JSX.Element; BodyCell: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLTableDataCellElement>, import("./bin/BodyCell").Props>>; }; export default _default; export type { Props as TableProps } from './Table';