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