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