import { SCShellHeaderService, SCShellHeaderTopAction, SCShellHeaderTopActionButton } from '../sc-shell/sc-shell-header/sc-shell-header.service'; import { SCProfileService } from './sc-profile.service'; import * as i0 from "@angular/core"; export declare class SCProfileButtonComponent { private headerService; profileService: SCProfileService; action: SCShellHeaderTopAction; constructor(headerService: SCShellHeaderService, profileService: SCProfileService); handleClick(event: MouseEvent): void; handleActionClicked(event: MouseEvent, button: SCShellHeaderTopActionButton): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }