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