interface MorphingTextProps { className?: string; texts: string[]; } export declare const MorphingText: React.FC; export {};