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