import { ValueType, Type } from "igniteui-webcomponents-core"; import { ST_TextPointUnqualified } from "./ST_TextPointUnqualified"; import { ST_UniversalMeasure } from "./ST_UniversalMeasure"; /** * @hidden */ export declare class ST_TextPoint extends ValueType { static $t: Type; constructor(a: number, b: ST_TextPointUnqualified); constructor(a: number, b: ST_UniversalMeasure); constructor(); constructor(a: number, ..._rest: any[]); private readonly b; private readonly c; toString(): string; static a(a: string): ST_TextPoint; }