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