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