import React from 'react'; /** @public */ export type CatalogReactEntityTagPickerClassKey = 'input'; /** @public */ export type EntityTagPickerProps = { showCounts?: boolean; }; /** @public */ export declare const EntityTagPicker: (props: EntityTagPickerProps) => React.JSX.Element;