import { SVGProps } from 'react';

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

export { Aelf as default };
