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