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