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