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