import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CardComponent { private elementRef; numProposal: string; dateCard: string; nameClient: string; product: string; valueProduct: number; appearanceCard: 'solid' | 'translucent'; imageNotice: string; tagLabel: string; tagAppearance: 'grey' | 'orange' | 'red' | 'magenta' | 'purple' | 'grape' | 'violet' | 'blue' | 'cyan' | 'teal' | 'aqua' | 'green' | 'emerald' | 'yellow' | 'brown'; emphasisTag: 'high' | 'medium' | 'low'; bodyComponent: 'news' | 'newsHighlight'; textLink: string; href: string; titleNotice: string; descriptionNotice: string; avatar: boolean; avatarLetters: string; imagePathAvatar: string; appearanceAvatar: 'image' | 'neutral' | 'orange' | 'red' | 'magenta' | 'grape' | 'purple' | 'violet' | 'blue' | 'cyan' | 'teal' | 'aqua' | 'green' | 'emerald' | 'yellow' | 'brown'; empashisAvatar: 'low' | 'high'; direction: 'rows' | 'columns'; intent: 'news' | 'kanban' | 'custom'; filled: boolean; filledIntent: 'nova_oportunidade' | 'em_analise' | 'em_aprovacao' | 'formalizacao' | 'finalizado'; appearanceStatus: 'disabled' | 'highlight' | 'informative' | 'negative' | 'neutral' | 'positive' | 'warning'; emphasisStatus: 'high' | 'medium' | 'low'; textStatus: string; updated_atCard: string; dateInitCardCount: string; finalDate: string; skeleton: boolean; dropdownActive: boolean; clickCardBusiness: EventEmitter; isDropdownOpen: boolean; formatDate(date: string): string; constructor(elementRef: ElementRef); onDocumentClick(event: Event): void; formatUpdatedAt(dateString: string): string; calculateDaysRemaining(date: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }