import { SVGProps } from 'react';

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

export { Substratum as default };
