import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconLightbulbFilamentRegular: import("svelte").Component<$$ComponentProps, {}, "">; type IconLightbulbFilamentRegular = ReturnType; export default IconLightbulbFilamentRegular;