import { StatefulAccessor } from "./StatefulAccessor"; import { ValueState } from "../../core"; export declare class ViewOptionsAccessor extends StatefulAccessor { state: ValueState; options: Array; constructor(key: any, options: Array); getSelectedOption(): any; setView(key: any): void; search(): void; }