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