/** * @uiName Logout */ export declare class Logout { ignored: boolean; /** * @uiName Home Path */ homePath: string; /** * @uiName Logout Path */ logoutPath: string; constructor(); disconnectedCallback(): void; render(): any; }