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