import { IconProps } from '../lib';
declare function ShuffleSimple({ weight, color, size, style }: IconProps): JSX.Element;
export default ShuffleSimple;
