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