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