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