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