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