import { SVGProps } from 'react';

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

export { Commercium as default };
