import { ElementRef } from '@angular/core'; /** * [UserMenuHeaderComponent Component](https://pxblue-components.github.io/angular/?path=/info/components-user-menu--readme) * * The `` is the menu header of the ``. */ export declare class UserMenuHeaderComponent { /** Mat toolbar color variant * * @default primary * */ color: 'primary' | 'accent' | 'warn' | undefined; /** Show a divider below footer * * @default false * */ divider: boolean; /** The text to show on the second line */ subtitle: string; /** The text to show on the first line */ title: string; iconEl: ElementRef; isEmpty: (el: ElementRef) => boolean; }