import ProductLabel from './ProductLabel';
import type { ProductLabelProps } from './ProductLabel.types';
export { ProductLabel };
export type { ProductLabelProps };
