import { LoaderOverlayProps } from '../../types';
/**
* LoaderOverlay - Overlay wrapper for displaying loaders over content
*
* A flexible overlay component that displays a loader over content during loading states.
* Supports both full-screen and container-relative positioning.
*
* @example
* ```tsx
* // Full screen overlay
* }>
*
*
*
* // Container overlay with custom backdrop
* }
* position="absolute"
* backdropOpacity={0.7}
* blur
* >
*
*
* ```
*/
export declare const LoaderOverlay: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=LoaderOverlay.d.ts.map