import React, { type PropsWithChildren } from "react"; export declare function DataTableBody(props: PropsWithChildren>): React.JSX.Element;