import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ModalHeaderComponent { variant: 'title' | 'warning' | 'destructive' | 'business' | 'tag' | 'store' | 'custom'; title: string; caption: string; hasCaption: boolean; tagText: string; emphasisTag: 'high' | 'medium' | 'low'; appearanceTag: 'grey' | 'orange' | 'red' | 'magenta' | 'purple' | 'grape' | 'violet' | 'blue' | 'cyan' | 'teal' | 'aqua' | 'green' | 'emerald' | 'yellow' | 'brown'; intentTitle: 'destructive' | 'warning' | 'neutral'; copyItem: EventEmitter; closeModalClicked: EventEmitter; modalClose(): void; copyTitle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }