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