import { ElementRef, OnInit } from '@angular/core'; import { ScreenType } from '../enlighten-lib/filters/condition-type'; import * as i0 from "@angular/core"; export declare class AdjustFontSize implements OnInit { element: ElementRef; screenType: ScreenType; constructor(element: ElementRef); adjustFontSize(): void; ngOnInit(): void; isOverflow(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }