import React from 'react'; import { SpinProps } from './interface'; declare const Spin: React.ForwardRefExoticComponent>; export default Spin;