import { FC } from "react"; import { BaseProps } from "./text"; interface Props { text?: string; secondaryText?: string; secondaryFontSize?: number; secondaryColor?: string; curtainColor?: string; } declare const GTextReveal: FC; export default GTextReveal;