/** * @public */ export declare const OwnerPickerFieldSchema: import("../utils").FieldSchema | Record[] | undefined; }>; /** * The input props that can be specified under `ui:options` for the * `OwnerPicker` field extension. * * @public */ export type OwnerPickerUiOptions = typeof OwnerPickerFieldSchema.uiOptionsType; export type OwnerPickerProps = typeof OwnerPickerFieldSchema.type; export declare const OwnerPickerSchema: import("@backstage/plugin-scaffolder-react").CustomFieldExtensionSchema;