import { ValueType, Nullable$1, Type } from "igniteui-react-core";
import { ST_UnsignedDecimalNumber } from "./ST_UnsignedDecimalNumber";
/**
 * @hidden
 */
export declare class ST_PointMeasure 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_PointMeasure;
    static p(a: string): Nullable$1<ST_PointMeasure>;
    static g(a: ST_PointMeasure, b: ST_PointMeasure): boolean;
    static h(a: Nullable$1<ST_PointMeasure>, b: Nullable$1<ST_PointMeasure>): boolean;
    static i(a: ST_PointMeasure, b: ST_PointMeasure): boolean;
    static j(a: Nullable$1<ST_PointMeasure>, b: Nullable$1<ST_PointMeasure>): boolean;
    static a(a: ST_UnsignedDecimalNumber): ST_PointMeasure;
    static m(a: Nullable$1<ST_UnsignedDecimalNumber>): Nullable$1<ST_PointMeasure>;
    static e(a: ST_PointMeasure): ST_UnsignedDecimalNumber;
    static n(a: Nullable$1<ST_PointMeasure>): Nullable$1<ST_UnsignedDecimalNumber>;
    static q(a: ST_PointMeasure): number;
    static o(a: Nullable$1<ST_PointMeasure>): Nullable$1<number>;
}
