import React from 'react';
declare type Props = {
    text: string;
};
export declare const Loading: React.FC<Props>;
export {};
