import { type JSX } from 'react'; import type { PropsType } from '../../utils/PropsType'; import type { baseOrderPricePropTypes } from '../../typings/index'; export type BaseOrderPriceProps = PropsType & Omit; export declare function BaseOrderPrice(props: BaseOrderPriceProps): JSX.Element; export default BaseOrderPrice;