import { LoadingContainerProps } from "../types";
declare function LoadingContainer(props: LoadingContainerProps): import("react/jsx-runtime").JSX.Element;
export default LoadingContainer;
