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