import { ComponentPropsWithoutRef, FC } from "react"; export interface TextRevealProps extends ComponentPropsWithoutRef<"div"> { children: string; } export declare const TextReveal: FC; //# sourceMappingURL=text-reveal.d.ts.map