import { FC } from "react"; import { BaseProps } from "./text"; interface Props { text?: string; } declare const GTextScramble: FC; export default GTextScramble;