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