import React from 'react'; import './Loading.scss'; export type LoadingProps = React.HTMLAttributes; export declare const Loading: React.FC;