/** * @public */ export declare const OwnedEntityPickerFieldSchema: import("@backstage/plugin-scaffolder-react").FieldSchema | Record[] | undefined; allowedKinds?: string[] | undefined; allowArbitraryValues?: boolean | undefined; }>; /** * The input props that can be specified under `ui:options` for the * `OwnedEntityPicker` field extension. * * @public */ export type OwnedEntityPickerUiOptions = NonNullable<(typeof OwnedEntityPickerFieldSchema.TProps.uiSchema)['ui:options']>; export type OwnedEntityPickerProps = typeof OwnedEntityPickerFieldSchema.TProps; export declare const OwnedEntityPickerSchema: import("@backstage/plugin-scaffolder-react").CustomFieldExtensionSchema;