/// import { SpringValue, Interpolation } from '@react-spring/web'; import { DatumWithArcAndColor } from '../types'; export interface ArcLabelProps { datum: Datum; label: string; style: { progress: SpringValue; transform: Interpolation; textColor: string; }; } export declare const ArcLabel: ({ label, style, }: ArcLabelProps) => JSX.Element; //# sourceMappingURL=ArcLabel.d.ts.map