export declare const initialState: { multiselect: boolean; name: string; options: never[]; isDragging: boolean; isOptionsPanelOpen: boolean; altered: boolean; singleSelectInitialIndex: number; singleSelectSelectedIndex: number; singleSelectSelectedOption: {}; nextPotentialSelectionIndex: number; multiSelectInitialSelectedIndexes: number[]; multiSelectSelectedOptions: { altered: boolean; options: never[]; }; multiSelectSelectedIndexes: never[]; };