import { EntityPickerProps } from './schema'; export { EntityPickerSchema } from './schema'; /** * The underlying component that is rendered in the form for the `EntityPicker` * field extension. * * @public */ export declare const EntityPicker: (props: EntityPickerProps) => import("react/jsx-runtime").JSX.Element;