import { IState } from '../../types/'; export declare function removeMultiSelectIndex(state: IState, indexLocation: number): number[];