import React from 'react'; type LoadingProps = { text: string; }; declare const Loading: React.FC; export default Loading;