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