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