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