import { EnumCellProps, WithClassname } from '@jsonforms/core';
export declare const AntdSelect: (props: EnumCellProps & WithClassname) => JSX.Element;
