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