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