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