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