import type { TextScrambleProps } from './types';
declare const TextScramble: React.FC<TextScrambleProps>;
export default TextScramble;
