import React from 'react'; import { LoadingOverlayProps as MantineLoadingOverlayProps } from '@mantine/core'; export type LoadingOverlayProps = MantineLoadingOverlayProps; declare const LoadingOverlay: (props: LoadingOverlayProps) => React.JSX.Element; export { LoadingOverlay };