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