import { TrendArrow } from './trendarrow';
export type { WebTrendArrowProps as TrendArrowProps } from "../../types";
export default TrendArrow;
