import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const BagOutlined: React.MemoExoticComponent>; declare type BagOutlinedRef = PathIconRef; declare type BagOutlinedProps = PathIconProps; export { BagOutlined }; export type { BagOutlinedRef, BagOutlinedProps }; export default BagOutlined;