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