import * as React from "react"; import { TextRevealProps } from "../../types/types"; declare const TextReveal: ({ words, duration, delay, delayPerWord, revealInView, animateOnce, }: TextRevealProps) => React.JSX.Element; export { TextReveal };