import React from 'react';
export declare type LoadingProps = {
    className?: string;
    style?: React.CSSProperties;
    type?: 'spin';
};
export declare const Loading: React.FC<LoadingProps>;
