import { SVGProps } from 'react';

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

export { Aurora as default };
