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