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