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