import { EllipseDrawerProps } from '../types'; export declare function drawEllipse({ fill, stroke, strokeWidth, opacity, fillOpacity, strokeOpacity, mapping, source, data, transition, container, className, theme, evented, }: EllipseDrawerProps): void;