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