import React from 'react';
export interface BatchPredictionProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const BatchPrediction: React.FC<BatchPredictionProps>;
//# sourceMappingURL=BatchPrediction.native.d.ts.map