import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; } export declare const Circle: ({ radius, color: colorVal, backgroundColor, className, strokeWidth, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map