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