import { SVGProps } from 'react';

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

export { Poet as default };
