import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const ShoppingCart03Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ShoppingCart03Icon;
