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