import { Base, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_IgnoredError } from "./CT_IgnoredError"; import { CT_ExtensionList } from "./CT_ExtensionList"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_IgnoredErrors_SML2009 extends Base { static $t: Type; private d; private b; constructor(); get c(): List$1; set c(a: List$1); get a(): CT_ExtensionList; set a(a: CT_ExtensionList); static e(a: XmlPartManagerBase): void; static f(a: XmlPartManagerBase, b: string): void; }