import React from 'react'; import type { ThemeStylesProps } from '../../types'; export declare const SingleLineChart: React.FC<{ data: number[]; } & ThemeStylesProps>;