import { SVGProps } from 'react';

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

export { Aeon as default };
