import { TableData, TableProps } from './types'; export declare const Table: (props: TableProps & { ref?: React.Ref; }) => React.ReactElement;