import { IconProps } from "../../types/misc";
export declare const ShuffleOutlineIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
