import { ReactComponentElement } from 'react'; export declare type GuardRouteProps = { children: ReactComponentElement; redirect?: string; isAuthenticated: boolean; };