import * as React from 'react'; declare function ShoppingCartIcon(props: React.ComponentProps<'svg'>): JSX.Element; export default ShoppingCartIcon;