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