export declare function roundedArch({ startAngle, endAngle, r, R, roundOutsideCut, roundInsideCut, }: { startAngle: number; R: number; r: number; endAngle: number; roundOutsideCut: boolean; roundInsideCut: boolean; }): string; //# sourceMappingURL=roundedArch.d.ts.map