import React from 'react'; export { EntityTagsPickerSchema } from './schema'; /** * The underlying component that is rendered in the form for the `EntityTagsPicker` * field extension. * * @public */ export declare const EntityTagsPicker: (props: import("@backstage/plugin-scaffolder-react").FieldExtensionComponentProps) => React.JSX.Element;