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