import { CSSObject } from '@emotion/react'; import { SwAuthConfig } from './types/sw-auth-config'; export declare function InitSwAuth(authConfig?: SwAuthConfig): void;