import { FC } from "react"; export interface LineGraphProps { entities?: DashboardConfigV2.Entity[]; data: any; } declare const LineGraph: FC; export default LineGraph;