export default Loading;
/**
 * @deprecated - Components in the legacy folder (/src/legacy) are deprecated. Please use a component from the components folder (/src/components) instead. Legacy components may not follow accessibility standards.
 **/
declare function Loading(props: any): JSX.Element;
declare namespace Loading {
    namespace propTypes {
        let small: PropTypes.Requireable<boolean>;
    }
    namespace defaultProps {
        let small_1: boolean;
        export { small_1 as small };
    }
    let displayName: string;
}
import PropTypes from 'prop-types';
