import { TableProps } from './types'; export declare const Table: ({ row, className, styles: styleOverrides, timestampFormat }: TableProps) => import("react/jsx-runtime").JSX.Element;