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