import { SVGProps } from 'react';

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

export { Aion as default };
