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