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