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