import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon20ShuffleOutlineProps = SvgIconProps;
export declare const Icon20ShuffleOutline: React.FC<Icon20ShuffleOutlineProps> & {
};
