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