import React from 'react'; type Props = { counts: number[]; }; export declare const TrendGraph: ({ counts }: Props) => React.JSX.Element; export {};