/** * Compute the radius of the circle of given size. * @param size - Size of the circle. * @returns The radius. */ export declare function getRadius(size: number): number; //# sourceMappingURL=getRadius.d.ts.map