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