///
export declare const ReferenceField: (props: import("./wrapFieldWithMeta").InputFieldType) => JSX.Element;
export declare const ReferenceFieldPlugin: {
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;
};