import { BubblesParams, PieParams, PieEventTextsParams, PieLabelsParams, RoseParams, RoseLabelsParams, SeriesLegendParams, SeriesTooltipParams, IndicatorParams } from '../../lib/plugins-basic-types'; export declare const DEFAULT_BUBBLES_PARAMS: BubblesParams; export declare const DEFAULT_PIE_PARAMS: PieParams; export declare const DEFAULT_PIE_EVENT_TEXTS_PARAMS: PieEventTextsParams; export declare const DEFAULT_PIE_LABELS_PARAMS: PieLabelsParams; export declare const DEFAULT_ROSE_PARAMS: RoseParams; export declare const DEFAULT_ROSE_LABELS_PARAMS: RoseLabelsParams; export declare const DEFAULT_SERIES_LEGEND_PARAMS: SeriesLegendParams; export declare const DEFAULT_SERIES_TOOLTIP_PARAMS: SeriesTooltipParams; export declare const DEFAULT_INDICATOR_PARAMS: IndicatorParams;