/// import { IconProps } from '../../types'; declare const Laptop: (allProps: IconProps) => JSX.Element; export default Laptop;