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