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