import { SVGProps } from 'react';

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

export { Seele as default };
