import { SVGProps } from 'react';

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

export { Pirl as default };
