import { TypographyType } from '../typography/TypographyType'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class LabelComponent { private themesService; text: string | number; hiddenLabel: string; labelFont: TypographyType; constructor(themesService: ThemesService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_text: string | number | undefined; }