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