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