/// <reference types="react" />
export interface IconShuffleProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconShuffle: React.FC<IconShuffleProps>;
