import * as i0 from "@angular/core"; export type FontOptions = 'normal' | 'bold' | 'lighter' | 'bolder' | 'normal'; export declare class TextComponent { content: string; fontSize: string; color: string; fontWeight: FontOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }