///
import { IFormComponentProps } from '../shared';
import { ISelectProps, ISelectItem } from '../../select';
export declare type IFormSelectFieldProps = ISelectItem> = IFormComponentProps<(T | null) | T[], Omit, 'value' | 'onChange'>>;
export declare function FormSelectField = ISelectItem>(props: IFormSelectFieldProps): JSX.Element;