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