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