/// import { IconProps } from '../../types'; declare const Shuffle: (allProps: IconProps) => JSX.Element; export default Shuffle;