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