/// <reference types="react" />
export interface LoadingProps {
}
export declare const Loading: import("react").NamedExoticComponent<object>;
