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