import { PropsWithChildren } from 'react'; export declare function IsAuthenticated({ children }: PropsWithChildren): string | number | bigint | boolean | Iterable | Promise> | import("react").ReactPortal | Iterable | null | undefined> | import("react").JSX.Element;