import { SVGProps } from 'react';

declare const Propy: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Propy as default };
