import { FC } from "react"; import { BaseProps } from "./text"; interface Props { text?: string; once?: boolean; duration?: number; } declare const GTextFadeIn: FC; export default GTextFadeIn;