import type { SVGProps } from "react"; export interface ShopIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ShopIcon({ className, size, color, ...props }: ShopIconProps): import("react").JSX.Element; //# sourceMappingURL=shop-icon.d.ts.map