interface Props { size?: number; [key: string]: any; } declare const IconLaptop: import("svelte").Component; type IconLaptop = ReturnType; export default IconLaptop;