import { SVGProps } from 'react';

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

export { Ellaism as default };
