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