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