"use client"; const Spinner = ({ width = 16, ...restProps }) => { return ( ); }; export { Spinner };