import { SVGProps } from 'react';
export declare function Circle(props: SVGProps<SVGSVGElement>): JSX.Element;
