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