import { TdLoadingProps } from './type';
import './style';
export * from './type';
export * from './plugin';
export declare type LoadingProps = TdLoadingProps;
export { default as LoadingPlugin } from './plugin';
export declare const Loading: any;
export default Loading;