import React from "react"; type Props = {}; export declare function LoadingOverlay(_props: Props): React.JSX.Element; export {};