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