import { type StructuredBodyProps } from '../shared/structured'; export declare function DataTable({ body, className, ...attributes }: StructuredBodyProps): import("react").JSX.Element;