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