import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_OleItem extends Base { static $t: Type; constructor(); g: string; e: Nullable$1; d: Nullable$1; f: Nullable$1; static i(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: Nullable$1): { p1: string; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; }; static j(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: string): void; toString(): string; }