import React from 'react'; declare type AuthManagerProps = { children?: React.ReactNode; }; export declare function AuthManager({ children }: AuthManagerProps): JSX.Element; export {};