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