import { Input } from '../Input'; export declare class Selector extends Input { private options; constructor(name: string, options: string[]); getOptionPos(option: string): any; readonly Options: string[]; toJSON(): any; }