import { FC } from 'react'; import { OrderSummaryPropsType } from './types'; declare const OrderSummary: FC; export default OrderSummary;