import { ComboboxProps } from '../Combobox.types'; import { ValueToItemMapType } from '../hooks/usePathMaps'; export declare const getTextValue: (multiple: ComboboxProps['multiple'], value: ComboboxProps['value'], valueToItemMap: ValueToItemMapType, renderValue: ComboboxProps['renderValue']) => string; //# sourceMappingURL=getTextValue.d.ts.map