import * as i0 from "@angular/core";
export declare class AnimatedShinyTextComponent {
    /** 文本内容 */
    ncText: string;
    /** 闪光条宽度 */
    ncShimmerWidth: number;
    /** 文本颜色 */
    ncTextColor: string;
    /** 闪光颜色 */
    ncShinyColor: string;
    /** 动画时长，单位ms */
    ncDuration: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedShinyTextComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedShinyTextComponent, "nc-animated-shiny-text", never, { "ncText": "ncText"; "ncShimmerWidth": "ncShimmerWidth"; "ncTextColor": "ncTextColor"; "ncShinyColor": "ncShinyColor"; "ncDuration": "ncDuration"; }, {}, never, never>;
}
