import { SVGProps } from 'react';

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

export { Cosmos as default };
