import { TrendArrow } from './trendarrow';
export type { TrendArrowProps } from './trendarrow';
export default TrendArrow;
