import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_AudioCDTime extends Base { static $t: Type; private b; private d; constructor(); get a(): number; set a(a: number); get c(): Nullable$1; set c(a: Nullable$1); static g(a: XmlPartManagerBase, b: number, c: Nullable$1): { p1: number; p2: Nullable$1; }; static h(a: XmlPartManagerBase, b: string, c: Nullable$1, d: number): void; toString(): string; }