import React from 'react';
import { ILoadingProp } from '../type';
declare const Loader: React.FC<ILoadingProp>;
export default Loader;
