/// import { IconProps } from '../../types'; declare const CartCross: (allProps: IconProps) => JSX.Element; export default CartCross;