import * as _angular_core from '@angular/core'; type NcDirectionType = 'horizontal' | 'vertical'; declare class AnimatedGradientTextComponent { /** 文本内容 */ ncText: _angular_core.InputSignal; /** 动画速度,值越大,动画速度越快 */ ncSpeed: _angular_core.InputSignalWithTransform; /** 渐变颜色数组 */ ncColors: _angular_core.InputSignal; /** 渐变方向 */ ncDirection: _angular_core.InputSignal; readonly gradientColors: _angular_core.Signal; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class NcAnimatedGradientTextModule { static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵmod: _angular_core.ɵɵNgModuleDeclaration; static ɵinj: _angular_core.ɵɵInjectorDeclaration; } export { AnimatedGradientTextComponent, NcAnimatedGradientTextModule }; export type { NcDirectionType };