import { SVGProps } from 'react';

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

export { Blockstamp as default };
