/// import type IconType from '../IconType'; declare const Shop: ({ color, size, ...rest }: IconType) => JSX.Element; export default Shop;