/// interface Props { children: any | undefined; title: string; to?: boolean; toTitle?: string; bottom?: number; onRouteToLogin?: () => void; } export default function Unauthenticated(props: Props): JSX.Element; export {};