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