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