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