import React from 'react';
import { EnumCellProps, WithClassname } from '@jsonforms/core';
import { TranslateProps } from '@jsonforms/react';
import { WithInputProps, WithSelectProps } from '../util';
export declare const MuiSelect: React.NamedExoticComponent<EnumCellProps & WithClassname & TranslateProps & WithInputProps & WithSelectProps>;
