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