import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const LightBulb: import("svelte").Component; type LightBulb = ReturnType; export default LightBulb; //# sourceMappingURL=light-bulb.svelte.d.ts.map