import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ColorTextDirective { private element; set color(color: string); get color(): string; private _color; set mdcColorText(mdcColorText: string); get mdcColorText(): string; private _mdcColorText; set text(text: string); get text(): string; private _text; constructor(element: ElementRef); private create; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=color-text.directive.d.ts.map