import { SVGProps } from 'react';

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

export { Expanse as default };
