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