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