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