import { Base, Type } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { PriceDisplayType } from "./PriceDisplayType";
import { MarkerType } from "./MarkerType";
import { Color } from "igniteui-react-core";
import { MarkerFillMode } from "./MarkerFillMode";
/**
 * @hidden
 */
export declare class Defaults extends Base {
    static $t: Type;
    static readonly ae: Brush;
    static readonly j: number;
    static readonly ag: Brush;
    static readonly af: Brush;
    static readonly v: number;
    static readonly w: number;
    static readonly u: number;
    static readonly t: number;
    static readonly s: number;
    static readonly r: number;
    static readonly ab: number;
    static readonly ad: number;
    static readonly ac: number;
    static readonly ah: Brush;
    static readonly ai: Brush;
    static readonly l: number;
    static readonly k: number;
    static readonly g: PriceDisplayType;
    static readonly i: number;
    static readonly h: number;
    static readonly c: MarkerType;
    static readonly e: MarkerType;
    static readonly aq: Color;
    static readonly ap: Color;
    static readonly al: Brush;
    static readonly ak: Brush;
    static readonly q: number;
    static readonly x: number;
    static readonly aa: number;
    static readonly am: Brush;
    static readonly z: number;
    static readonly y: number;
    static readonly f: MarkerType;
    static readonly b: MarkerFillMode;
    static readonly aj: Brush;
    static readonly p: number;
    static readonly o: number;
    static readonly d: MarkerType;
    static readonly a: MarkerFillMode;
    static readonly n: number;
    static readonly m: number;
    static readonly ao: Brush;
    static readonly an: Brush;
}
