import { SVGProps } from 'react'; declare const Arcblock: (props: SVGProps) => JSX.Element; export { Arcblock as default };