import { SVGProps } from 'react';

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

export { Arcblock as default };
