import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import { TypographyType } from './TypographyType'; import * as i0 from "@angular/core"; export declare class TypographyComponent implements AfterViewInit, OnChanges { private themesService; private cdRef; type: TypographyType; defaultText: string; isLabel: boolean; hiddenLabel: string; child: ElementRef | undefined; labelChild: ElementRef | undefined; showDefaultText: boolean; font: string; input_id: string; constructor(themesService: ThemesService, cdRef: ChangeDetectorRef); ngAfterViewInit(): void; ngOnChanges(): void; ngAfterContentChecked(): void; checkForLabel(): void; checkShowDefaultText(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isLabel: boolean | string; }