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