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