import { FC } from "react";
type Props = {};
declare const Loading: FC<Props>;
export default Loading;
