import { IState } from '../../types/'; export declare function getMultiSelectSelectedValueIndexes(state: IState, selectedValues?: string[], noSelectionLabel?: string): number[];