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