export declare const ACTIVE_POINT_CONFIG: { color: string; borderColor: string; borderWidth: number; radius: number; showVerticalLine: boolean; showActivePointCircle: boolean; verticalLineColor: string; verticalLineOpacity: number; verticalLineWidth: number; verticalLineDashArray: number[]; animateTransition: boolean; }; export declare const END_POINT: { color: string; animated: boolean; radius: number; }; export declare const EXTRA_CONFIG: { alwaysShowActivePoint: boolean; hideActivePointOnBlur: boolean; alwaysStartYAxisFromZero: boolean; initialActivePoint: number; simultaneousHandlers: undefined; endSpacing: number; calculateChartYAxisMinMax: undefined; calculateChartXAxisMinMax: undefined; activeOffsetX: [number, number]; animationConfig: undefined; }; export declare const LINE_CHART: { height: number; width: number; backgroundColor: undefined; onPointFocus: () => boolean; onPointLoseFocus: () => boolean; activePointSharedValue: undefined; line2: undefined; activeLineIndex: number; opacityDirection: "horizontal"; }; //# sourceMappingURL=defaults.d.ts.map