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