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