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