import React from 'react'; export { OwnedEntityPickerSchema } from './schema'; /** * The underlying component that is rendered in the form for the `OwnedEntityPicker` * field extension. * * @public */ export declare const OwnedEntityPicker: (props: import("@backstage/plugin-scaffolder-react").FieldExtensionComponentProps | Record[] | undefined; }>) => React.JSX.Element;