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