import './style/index.js'; export type { LoadingProps } from './Loading'; export * from './type'; export declare const Loading: import("react").FC; export declare const loading: import("./plugin").LoadingPluginMethod; export declare const LoadingPlugin: import("./plugin").LoadingPluginMethod; export default Loading;