import React from 'react';
import { SpinProps } from './interfaces';
export declare const Spin: React.FC<SpinProps>;
