import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const ShoppingCartIcon: import("svelte").Component<Props, {}, "">;
type ShoppingCartIcon = ReturnType<typeof ShoppingCartIcon>;
export default ShoppingCartIcon;
