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