import { EventEmitter, OnInit, ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class FontSizeConfig { minWidth: number; maxWidth: number; minSize: number; maxSize: number; constructor(); } export declare class SCInformationBoxComponent implements OnInit { private hostElement; hasCard: boolean; classes: string; content: string; centered: boolean; showLoading: boolean; wrapperClasses: string; fontSizeConfig: FontSizeConfig; clickableBox: boolean; boxClicked: EventEmitter; currentFontSize: number; constructor(hostElement: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; boxClickedHandler(): void; onResize(): void; calculateFontSize(element: HTMLElement): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }