import { ReactNode } from "react";
interface ProtectedRouteProps {
    children: ReactNode;
    redirectTo?: string;
}
export declare function ProtectedRoute({ children, redirectTo, }: ProtectedRouteProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ProtectedRoute.d.ts.map