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