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