import { Circle } from './types'; declare const renderArcs: (circle: Circle, percent: number) => string; export { renderArcs }; //# sourceMappingURL=radial-math.d.ts.map