import type { ShapeStyles } from '../../../types'; export declare function getEllipseStrokePoints(id: string, radius: number[], style: ShapeStyles): import("perfect-freehand").StrokePoint[]; export declare function getEllipsePath(id: string, radius: number[], style: ShapeStyles): string; export declare function getEllipseIndicatorPath(id: string, radius: number[], style: ShapeStyles): string; //# sourceMappingURL=ellipseHelpers.d.ts.map