import type { DataType } from '../types';
export default function Body<Data extends DataType>(): JSX.Element;
