import { SVGProps } from 'react';

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

export { Aeternity as default };
