import { IsFocusable } from '../../models/header.model'; export declare class PostKlpLoginWidget implements IsFocusable { host: HTMLPostKlpLoginWidgetElement; /** * Overrides the logout-url provided by the portal config. */ logoutUrl?: string; /** * Overrides the self-admin origin for menu links. */ selfAdminOrigin?: string; componentDidLoad(): Promise; private setupTracking; private handleClick; disconnectedCallback(): void; /** * Sets the focus on the login button */ setFocus(): Promise; render(): any; }