import { IOption, IState } from '../../types/'; export declare function getSingleSelectSelectedOption(state: IState, initialSelectedIndex?: number): IOption & { name?: string; };