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