import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_StrVal extends Base implements ISupportSetProperty { static $t: Type; private c; private e; get b(): string; set b(a: string); get d(): number; set d(a: number); static f(a: XmlPartManagerBase, b: number): { p1: number; }; static g(a: XmlPartManagerBase, b: string, c: number): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }