import { FunctionComponent } from 'react'; /** * The level field. */ declare const Level: FunctionComponent; export default Level;