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