export declare const addToSelected: (index: number) => number[]; export declare const isSelected: (option: string) => boolean;