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