import { ISelectMultiOptions } from '../select-multi-options/select-multi-options.types';
export declare const getDropdownDisplayValue: (options?: ISelectMultiOptions, selectedOptions?: Record<string, boolean>) => string | undefined;
export declare const getBadgeLabelValue: (selectedOptions?: Record<string, boolean>) => string;
