import * as react_jsx_runtime43 from "react/jsx-runtime"; //#region ui/loading-overlay.d.ts interface LoadingOverlayProps { isVisible: boolean; title?: string; subtitle?: string; } declare function LoadingOverlay({ isVisible, title, subtitle }: LoadingOverlayProps): react_jsx_runtime43.JSX.Element | null; //#endregion export { LoadingOverlay }; //# sourceMappingURL=loading-overlay.d.ts.map