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