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