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