import React from 'react';
import { LoaderProps } from '../Preloader';
declare const TailSpin: React.FC<LoaderProps>;
export default TailSpin;
