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