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