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