import React from "react"; import { BaseProps } from "./text"; interface Props { text?: string; hoverColor?: string; duration?: number; url?: string; } declare const GTextRotation: React.FC; export default GTextRotation;