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