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