import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; declare enum TypographySizes { SMALL = "small", NORMAL = "normal", LARGE = "large" } declare enum TypographyVarients { NORMAL = "normal", BOLD = "bold" } declare enum TypographyColors { PRIMARY = "primary", SECONDARY = "secondary", SUCCESS = "success", DANGER = "danger", WARNING = "warning", INFO = "info", SURFACE = "surface" } export declare class TypographyComponent implements OnInit { buttonType: string; title: string; size: TypographySizes | string; color: TypographyColors | string; varient: TypographyVarients | string; matchParent: boolean; ellipsis: boolean; get TypographySizes(): typeof TypographySizes; get TypographyColors(): typeof TypographyColors; get TypographyVarients(): typeof TypographyVarients; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};