import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BlurTextComponent implements OnInit {
    /** 文本内容 */
    ncText: string;
    /** 模糊颜色 */
    ncBlurColor: string;
    /** 是否启用鼠标移入显示文本 */
    private _hover;
    set ncHover(val: boolean | string);
    get ncHover(): boolean;
    /** 是否显示锁图标 */
    private _lockIcon;
    set ncLockIcon(val: boolean | string);
    get ncLockIcon(): boolean;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<BlurTextComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<BlurTextComponent, "nc-blur-text", never, { "ncText": "ncText"; "ncBlurColor": "ncBlurColor"; "ncHover": "ncHover"; "ncLockIcon": "ncLockIcon"; }, {}, never, never>;
}
