import React from 'react'; import { SKUCardProps } from './types'; import './index.less'; declare const SKUCard: React.FC; export default SKUCard;