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