import { ValueType, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ST_OnOff extends ValueType {
    static $t: Type;
    constructor(a: number, b: boolean);
    constructor();
    constructor(a: number, ..._rest: any[]);
    static readonly a: ST_OnOff;
    static readonly c: ST_OnOff;
    private readonly d;
    static e(a: string): boolean;
    toString(): string;
    static g(a: boolean): string;
    static b(a: boolean): ST_OnOff;
    f(): boolean;
}
