import { IconProps } from '../lib';
declare function Shuffle(props: IconProps): JSX.Element;
export default Shuffle;
