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