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