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