import { SvgProps } from 'react-native-svg'; declare const CartIcon: (props: SvgProps) => JSX.Element; export default CartIcon;