///
import { IFormComponentProps } from 'zent/es/form/shared';
import { ISelectProps } from '../../select';
export declare type IFormSelectFieldInnerProps = Omit;
export declare type IFormSelectFieldProps = IFormComponentProps;
export declare function FormSelectField- (props: IFormSelectFieldProps
): JSX.Element;