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