import React, { FunctionComponent } from 'react';
import { TaroTrendArrowProps } from "../../types";
export declare const TrendArrow: FunctionComponent<Partial<TaroTrendArrowProps> & React.HTMLAttributes<HTMLDivElement>>;
