import type { MultiSelectProps } from '../multi-select/multi-select.types'; export declare const MultiSelectedOptions: ({ selectedOptions, widthThreshold, widthOffset, }: MultiSelectProps) => JSX.Element | null; //# sourceMappingURL=multi-selected-options.d.ts.map