/** * Authentication-related routing components */ export { ProtectedRoute } from './ProtectedRoute'; export type { ProtectedRouteProps } from './ProtectedRoute'; //# sourceMappingURL=index.d.ts.map