import { SVGProps } from 'react';

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

export { Blockmason as default };
