import { DrawerData, PathDrawerProps } from '../types'; export declare function drawPath({ fill, stroke, strokeWidth, opacity, fillOpacity, strokeOpacity, mapping, source, data, transition, container, className, theme, evented, }: PathDrawerProps): void; export declare function movePath>(props: T): T['path'];