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