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