import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AnimatedGradientTextComponent implements OnInit {
    ncText: string;
    ncSpeed: number;
    ncColorFrom: string;
    ncColorTo: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AnimatedGradientTextComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AnimatedGradientTextComponent, "nc-animated-gradient-text", never, { "ncText": "ncText"; "ncSpeed": "ncSpeed"; "ncColorFrom": "ncColorFrom"; "ncColorTo": "ncColorTo"; }, {}, never, never>;
}
