/** returns a svg path of the intersection area of a bunch of circles */
export declare function intersectionAreaPath(circles: any): string;
