import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BatchPrediction: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BatchPrediction;
