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