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