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