import { LoadingProps } from './Loading'; import { LoadingInstance } from './type'; export type LoadingPluginMethod = (options: boolean | LoadingProps) => LoadingInstance; export declare const LoadingPlugin: LoadingPluginMethod;