import { ArcDrawerProps } from '../types'; export declare function drawArc({ data, ...rest }: ArcDrawerProps): void;