/** * @public */ export declare const OwnerPickerFieldSchema: 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 * `OwnerPicker` field extension. * * @public */ export type OwnerPickerUiOptions = NonNullable<(typeof OwnerPickerFieldSchema.TProps.uiSchema)['ui:options']>; export type OwnerPickerProps = typeof OwnerPickerFieldSchema.TProps; export declare const OwnerPickerSchema: import("@backstage/plugin-scaffolder-react").CustomFieldExtensionSchema;