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