import { HUDOverlayProps } from './hooks'; /** * Component that displays an overlay on top of the PhotoCapture/DamageDisclosure component that is used * to display elements such as error messages, spinning loaders etc. */ export declare function HUDOverlay({ isCaptureLoading, captureError, handle, onRetry, inspectionId, }: HUDOverlayProps): import("react").JSX.Element | null;