declare const Loading: { _container: () => Element; show: () => void; hide: () => void; }; export default Loading;