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