import { ValueType, Nullable$1, Type } from "igniteui-react-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<ST_EighthPointMeasure>;
    static g(a: ST_EighthPointMeasure, b: ST_EighthPointMeasure): boolean;
    static h(a: Nullable$1<ST_EighthPointMeasure>, b: Nullable$1<ST_EighthPointMeasure>): boolean;
    static i(a: ST_EighthPointMeasure, b: ST_EighthPointMeasure): boolean;
    static j(a: Nullable$1<ST_EighthPointMeasure>, b: Nullable$1<ST_EighthPointMeasure>): boolean;
    static a(a: ST_UnsignedDecimalNumber): ST_EighthPointMeasure;
    static m(a: Nullable$1<ST_UnsignedDecimalNumber>): Nullable$1<ST_EighthPointMeasure>;
    static e(a: ST_EighthPointMeasure): ST_UnsignedDecimalNumber;
    static n(a: Nullable$1<ST_EighthPointMeasure>): Nullable$1<ST_UnsignedDecimalNumber>;
    static q(a: ST_EighthPointMeasure): number;
    static o(a: Nullable$1<ST_EighthPointMeasure>): Nullable$1<number>;
}
