import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const CartX: React.FC<IconBaseProps>;
export default CartX;
