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