import type { ISelectableOption } from '../../utilities/selectableOption/SelectableOption.types';
export declare function getAllSelectedOptions(options: ISelectableOption[], selectedIndices: number[]): ISelectableOption[];
