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