import { SVGProps } from "react";
declare const SvgFolderAdd: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgFolderAdd;
