/// import Box from './Box'; import { IProps } from '../utils'; export default class Enum extends Box { getChildrenToRender: () => JSX.Element; }