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