import { CircleProps } from './types'; export declare const CircleSvg: ({ node, style, onMouseEnter, onMouseMove, onMouseLeave, onClick, }: CircleProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CircleSvg.d.ts.map