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