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