import React from 'react';
import type { IconProps } from '../types';
/** @deprecated Компонент иконки устарел. */
export declare const ShopIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
