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