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