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