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