/** * @public */ export declare const EntityTagsPickerFieldSchema: import("@backstage/plugin-scaffolder-react").FieldSchema; export declare const EntityTagsPickerSchema: import("@backstage/plugin-scaffolder-react").CustomFieldExtensionSchema; export type EntityTagsPickerProps = typeof EntityTagsPickerFieldSchema.TProps; /** * The input props that can be specified under `ui:options` for the * `EntityTagsPicker` field extension. * * @public */ export type EntityTagsPickerUiOptions = NonNullable<(typeof EntityTagsPickerFieldSchema.TProps.uiSchema)['ui:options']>;