/** * Field schema for the MyGroupsPicker. * @public */ export declare const MyGroupsPickerFieldSchema: import("../utils").FieldSchema; /** * UI options for the MyGroupsPicker. * @public */ export type MyGroupsPickerUiOptions = typeof MyGroupsPickerFieldSchema.uiOptionsType; /** * Props for the MyGroupsPicker. * @public */ export type MyGroupsPickerProps = typeof MyGroupsPickerFieldSchema.type; /** * Schema for the MyGroupsPicker. * @public */ export declare const MyGroupsPickerSchema: import("@backstage/plugin-scaffolder-react").CustomFieldExtensionSchema;