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