import React from "react"; import { GradientTextProps } from "./types"; declare const GradientText: React.FC; export default GradientText;