import { ChartAxisValuePipeFunction, ChartStyleFull, ChartStyle } from "./chart.interfaces"; export declare const CHART_DEFAULT_AXIS_VALUE_PIPE: ChartAxisValuePipeFunction; export declare const CHART_STYLE_DEFAULT: ChartStyleFull; export declare const CHART_RANGE_SELECTION_DEFAULT_LINE_STYLE: ChartStyle; export declare const CHART_RANGE_SELECTION_DEFAULT_RECT_STYLE: ChartStyle; export declare const CHART_BACKGROUND_DEFAULT_STYLE: ChartStyle;