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