import { ReactElement, SVGProps } from 'react'; export default function Puff(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;