import React from 'react'; declare const Spinner: (props: { color?: string; }) => React.JSX.Element; export default Spinner;