import { State } from "./State"; export declare class ValueState extends State { toggle(value: any): any; is(value: any): boolean; }