import { ThresholdType, RequiredPieChartConfiguration, PieChartLegendConfig } from './pie-chart.config.js'; export declare const DEFAULT_CONTAINER_PADDING: string; export declare const DEFAULT_SIZE = 300; export declare const DONUT_INTERNAL_RADIUS = 0.75; export declare const PIE_INTERNAL_RADIUS = 1; export declare const LABEL_FONT_SIZE = 12; export declare const SHOW_LABEL_RELATIVE_VALUE_THRESHOLD = 20; export declare const SHOW_LABEL_SLICES_THRESHOLD = 2; export declare const LABEL_FONT_SIZE_MULTIPLIER = 1.5; export declare const DEFAULT_LEGEND: PieChartLegendConfig; export declare const DEFAULT_TOOLTIP_MARGIN = 40; export declare const defaultConfig: RequiredPieChartConfiguration; export declare const zIndicesPieAreas: { toolbar: number; overlay: number; }; export declare const THRESHOLD_TYPE: Record; export declare const PIE_CATEGORICAL_LEGEND_SIZES: { minWidth: number; minHeight: number; maxWidth: number; maxHeight: number; }; export declare const LABEL_TEXT_POSITION: { END: string; START: string; };