import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import { XProperty } from '@ng-nest/ui/core'; /** * Typography * @selector x-typography * @decorator component */ declare const XTypographyPrefix = "x-typography"; /** * Typography Property */ declare class XTypographyProperty extends XProperty { /** * @zh_CN 字体 * @en_US Font */ readonly font: i0.InputSignal; /** * @zh_CN 显示文字 * @en_US Display text */ readonly text: i0.InputSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class XTypographyComponent extends XTypographyProperty implements OnInit { firstText: i0.WritableSignal; private renderer; private elementRef; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class XTypographyModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { XTypographyComponent, XTypographyModule, XTypographyPrefix, XTypographyProperty };