/*! * Copyright (c) 2026 Interop Alliance. All rights reserved. */ /** * Optional MUI + react-router components, exposed through the package `./mui` * subpath. `@mui/material`, `@mui/icons-material`, and `react-router` are * optional peers imported ONLY here; the core entry never pulls them in. */ export { ProtectedRoute } from './ProtectedRoute.js'; export { ReconnectBanner } from './ReconnectBanner.js'; export { SyncStatusChip } from './SyncStatusChip.js'; export { LogoutDialog } from './LogoutDialog.js'; export { ClearDataDialog } from './ClearDataDialog.js'; export { AdoptDialog } from './AdoptDialog.js'; //# sourceMappingURL=index.d.ts.map