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