import React from 'react'; type ShuffleProps = React.SVGProps & { width?: number; height?: number; fill?: string; }; export declare const Shuffle: ({ width, height, fill, ...props }: ShuffleProps) => import("react/jsx-runtime").JSX.Element; export default Shuffle; //# sourceMappingURL=Shuffle.d.ts.map