import React from 'react'; export declare type TableProps = React.ComponentProps<'table'>; export declare const Table: { (props: TableProps): JSX.Element; Header: React.FC, HTMLTableSectionElement>>; HeaderCell: React.FC, HTMLTableHeaderCellElement>>; Body: React.FC, HTMLTableSectionElement>>; Row: React.FC, HTMLTableRowElement>>; Cell: React.FC; };