import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Laptop: React.FC<IconBaseProps>;
export default Laptop;
