import type { FC } from 'react'; interface NoChartDataProps { onSwitchToTable?: () => void; } declare const NoChartData: FC; export default NoChartData;