import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgBatchPrediction: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgBatchPrediction; //# sourceMappingURL=BatchPrediction.d.ts.map