import React from 'react';
import { DynamicUiComponentProps } from '../DynamicUi';
export declare const EnumFormField: React.ForwardRefExoticComponent<DynamicUiComponentProps<string | string[] | null> & React.RefAttributes<{
    getValue?: (() => import("../DynamicUi").JSONValue | void) | undefined;
    getState?: (() => import("../DynamicUi").JSONValue | void) | undefined;
}>>;
