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