/// import { BaseIconProps } from '../../types'; declare function SvgLaptop({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgLaptop;