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