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