import React, { forwardRef } from "react"; export const Spinner = forwardRef>(function Spinner(props) { return ( ); });