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 crosshairLineBrush: Brush;
    static readonly crosshairLineThickness: number;
    static readonly crosshairXAxisAnnotationTextColor: Brush;
    static readonly crosshairXAxisAnnotationBackground: Brush;
    static readonly legendBadge_ShapeThickness: number;
    static readonly legendBadge_ShapeWidth: number;
    static readonly legendBadge_ShapeHeight: number;
    static readonly legendBadge_OverlaidMarkerPadding: number;
    static readonly legendBadge_ContainerWidth: number;
    static readonly legendBadge_ContainerHeight: number;
    static readonly series_MarkerThickness: number;
    static readonly series_Thickness: number;
    static readonly series_Resolution: number;
    static readonly financialSeries_NegativeBrush: Brush;
    static readonly financialSeries_NegativeOutline: Brush;
    static readonly financialSeries_Thickness: number;
    static readonly financialSeries_Resolution: number;
    static readonly g: PriceDisplayType;
    static readonly i: number;
    static readonly h: number;
    static readonly c: MarkerType;
    static readonly e: MarkerType;
    static readonly bf: Color;
    static readonly be: Color;
    static readonly ba: Brush;
    static readonly a9: Brush;
    static readonly ad: number;
    static readonly ak: number;
    static readonly an: number;
    static readonly bb: Brush;
    static readonly am: number;
    static readonly al: number;
    static readonly f: MarkerType;
    static readonly b: MarkerFillMode;
    static readonly a8: Brush;
    static readonly ac: number;
    static readonly ab: number;
    static readonly d: MarkerType;
    static readonly a: MarkerFillMode;
    static readonly aa: number;
    static readonly z: number;
    static readonly tileSeries_Outline: Brush;
    static readonly tileSeries_Brush: Brush;
    static readonly dataAnnotationShapeFillOpacity: number;
    static readonly dataAnnotationShapeThickness: number;
    static readonly dataAnnotationLabelThickness: number;
    static readonly dataAnnotationOverlayBackground: Brush;
    static readonly dataAnnotationOverlayBorderStroke: Brush;
    static readonly dataAnnotationOverlayBorderThickness: number;
    static readonly dataAnnotationOverlayBorderCorner: number;
    static readonly dataAnnotationOverlayVerticalMargin: number;
    static readonly dataAnnotationOverlayHorizontalMargin: number;
    static readonly dataAnnotationOverlayVerticalPadding: number;
    static readonly dataAnnotationOverlayHorizontalPadding: number;
    static readonly dataAnnotationOverlayFontBrush: Brush;
    static readonly dataAnnotationOverlayFontSizeConst: number;
    static readonly dataAnnotationOverlayFontSize: number;
    static readonly dataAnnotationOverlayFontFamilyConst: string;
    static readonly dataAnnotationOverlayFontFamily: string;
    static readonly dataAnnotationOverlayFontWeight: string;
    static readonly dataAnnotationOverlayFontStyle: string;
    static readonly dataAnnotationOverlayFontStretch: string;
    static readonly dataAnnotationOverlayFontVariant: string;
    static readonly dataAnnotationLabelBackground: Brush;
    static readonly dataAnnotationLabelBorderStroke: Brush;
    static readonly dataAnnotationLabelBorderThickness: number;
    static readonly dataAnnotationLabelBorderRadius: number;
    static readonly dataAnnotationLabelFontBrush: Brush;
}
