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