/** * A header configuration class */ export declare class HeaderConfig { /** The header title */ title: string; /** The route triggered by clicking on the logout button */ logoutRoute: string; }