import { ITextShuffleProps } from './types';
declare const shuffle: ({ text, duration, delay, delayResolve, fps, glyphs, animation, direction, onUpdate, onComplete, }: ITextShuffleProps) => void;
export default shuffle;
