import { useId } from "react"; export function CircleBackground({ color, width = 558, height = 558, ...props }) { let id = useId(); return ( ); }