import { FC, PropsWithChildren } from 'react'; import './index.less'; export declare const ACCESS_TOKEN_NAME = "xDFcxiooPQxazdndDsdRSerWQPlincytLDCarcxVxv"; interface IAuthContainerProps { layout?: boolean; } declare const AuthContainer: FC>; export default AuthContainer;