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