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