export declare const DEFAULT_DATAPOINT_RADIUS = 2; /** * Calculates the radius of the circle based on height and width. */ export declare const calculateArcRadius: (height: number, width: number) => number;