import { SVGProps } from 'react';

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

export { Aeron as default };
