import React from 'react';
declare function StatRow(props: {
    classes?: string;
    value: string | number | readonly string[] | undefined;
    onChange: (arg0: any, arg1: string) => void;
    name: any;
    label: React.ReactNode;
}): JSX.Element;
export default StatRow;
