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