import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const BlockOutlineBadged: m.Component<SVGAttributes>;
export default BlockOutlineBadged;
