export declare const OIDCAuthentication: ({ create }: {
    create?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
