import type { TrendAreaProps } from './types'; import React from 'react'; export type { TrendAreaProps, }; export declare function TrendArea(props: TrendAreaProps): React.JSX.Element;