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