import { FC } from 'react'; import { IProps } from './interface'; declare const EnumSelect: FC; export default EnumSelect;