export default Circle;
declare function Circle({ color }: {
    color: any;
}): import("react/jsx-runtime").JSX.Element;
