import React from "react"; import type { LoadingProps } from "./Loading.types"; declare const Loading: React.FC; export default Loading;