import { OnChanges } from '@angular/core'; export declare class DopeText implements OnChanges { tag: string; classes: string[] | string; thin: boolean; bold: boolean; light: boolean; text: string; extraClasses: string[]; isGivenTag(tag: string): boolean; ngOnChanges(): void; }