import { SVGProps } from 'react';

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

export { Stellar as default };
