import { SVGProps } from 'react';

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

export { Monolith as default };
