import { MetadataTaxonomyPickerProps } from './types'; /** * Forwards the ref to the picker's trigger input so consumers can manage * focus or other imperative interactions on the input element directly. */ export declare const MetadataTaxonomyPicker: import('react').ForwardRefExoticComponent>; export default MetadataTaxonomyPicker;