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