/**
*/
///
export declare const SelectField: (props: import("./wrapFieldWithMeta").InputFieldType) => JSX.Element;
export declare const SelectFieldPlugin: {
name: string;
type: string;
Component: (props: import("./wrapFieldWithMeta").InputFieldType) => JSX.Element;
parse: (value?: string) => string;
validate(value: any, values: any, meta: any, field: any): string;
};