import React from "react";
import { WithAuthenticationRequiredOptions } from "../types";
export declare function withAuthenticationRequired<P extends object>(Component: React.ComponentType<P>, options?: WithAuthenticationRequiredOptions): (props: P) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=withAuthenticationRequired.d.ts.map