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