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