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