import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const AddDocumentIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { AddDocumentIcon, AddDocumentIcon as default };
//# sourceMappingURL=AddDocument.d.ts.map