import { FC } from "react"; import { BaseProps } from "./text"; interface Prop { text?: string; duration?: number; } declare const GTextGlitch: FC; export default GTextGlitch;