import type { IconProps } from './icon.context.js'; declare const LightbulbIcon: import("svelte").Component; type LightbulbIcon = ReturnType; export default LightbulbIcon;