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