import { SVGProps } from "react";
declare const SvgShuffle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgShuffle;
