import { FetchStateAndError, MonthClosePerformanceTrend } from '@zeniai/client-epic-state'; export default function MonthCloseTrend({ monthClosePerformanceTrendFetchStatus, monthClosePerformanceTrend, }: Readonly<{ monthClosePerformanceTrend: MonthClosePerformanceTrend[]; monthClosePerformanceTrendFetchStatus: FetchStateAndError; }>): import("react/jsx-runtime").JSX.Element;