import { Price } from './price';
export type { WebPriceProps as PriceProps, PriceSize, PriceColor, } from "../../types";
export default Price;
