import type { SVGProps } from "react"; export interface ShuffleIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ShuffleIcon({ className, size, color, ...props }: ShuffleIconProps): import("react").JSX.Element; //# sourceMappingURL=shuffle-icon.d.ts.map