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