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