import { Price } from './price'; export type { PriceProps } from './price'; export default Price;