/// declare const Spinner: ({ color }: { color?: string | undefined; }) => JSX.Element; export default Spinner;