import { RefObject } from 'react';
export declare const useTextRevealAnimationLines: (text?: string, providedRef?: RefObject<HTMLElement | null>) => {
    ref: RefObject<HTMLElement | null>;
    lines: string[] | undefined;
};
