import { FunctionalComponent } from 'vue'; import { AntdIconProps } from '../components/AntdIcon'; export interface ShoppingOutlinedIconType extends FunctionalComponent { displayName: string; } declare const ShoppingOutlined: ShoppingOutlinedIconType; export default ShoppingOutlined;