/// import { HTMLProps, SFC } from 'react'; export interface SpinnerProps extends HTMLProps { } export declare const Spinner: SFC;