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