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