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