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