import React from 'react'; export declare function withGuestAuth

(Component: React.ComponentType

, backend?: string): { (props: P): import("react/jsx-runtime").JSX.Element; displayName: string; };