import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_UnsignedDecimalNumber } from "./ST_UnsignedDecimalNumber"; /** * @hidden */ export declare class ST_EighthPointMeasure extends ValueType { static $t: Type; constructor(a: number, b: ST_UnsignedDecimalNumber); constructor(); constructor(a: number, ..._rest: any[]); private readonly d; equals(a: any): boolean; getHashCode(): number; toString(): string; static c(a: string): ST_EighthPointMeasure; static p(a: string): Nullable$1; static g(a: ST_EighthPointMeasure, b: ST_EighthPointMeasure): boolean; static h(a: Nullable$1, b: Nullable$1): boolean; static i(a: ST_EighthPointMeasure, b: ST_EighthPointMeasure): boolean; static j(a: Nullable$1, b: Nullable$1): boolean; static a(a: ST_UnsignedDecimalNumber): ST_EighthPointMeasure; static m(a: Nullable$1): Nullable$1; static e(a: ST_EighthPointMeasure): ST_UnsignedDecimalNumber; static n(a: Nullable$1): Nullable$1; static q(a: ST_EighthPointMeasure): number; static o(a: Nullable$1): Nullable$1; }