import type { ReactNode } from 'react';
import type { View } from '../types';
export declare function ProtectedView({ children }: {
    children: ReactNode;
    fallbackView: View;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ProtectedView.d.ts.map