import { Base, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_X extends Base { static $t: Type; constructor(); b: number; static d(a: XmlPartManagerBase, b: number): { p1: number; }; static e(a: XmlPartManagerBase, b: string, c: number): void; toString(): string; }