/** * @license * Copyright 厦门乾元盛世科技有限公司 All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file. */ import { Renderer, ElementRef } from '@angular/core'; export declare class AvatarText { private _renderer; private _elementRef; /** 用户CSS样式 */ class: string; constructor(_renderer: Renderer, _elementRef: ElementRef); /** * The underlying host native element */ getHostElement(): HTMLElement; }