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