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