import React from 'react'; export default function BatchPrediction({ className }: { className?: string; }): React.JSX.Element;