import React from 'react';
import { TaroLoadingProps } from "../../types";
export declare const Loading: React.ForwardRefExoticComponent<Partial<TaroLoadingProps> & React.RefAttributes<any>>;
