import { SVGProps } from 'react'; declare const Cosmos: (props: SVGProps) => JSX.Element; export { Cosmos as default };