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