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