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