import type { TableProps } from './types'; export declare const Table: { (props: TableProps): import("react").JSX.Element; displayName: string; };