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