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