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