import { TopExChartProps } from './topExChartProps'; export default function TopExChartSmall({ report, width, height, showBarHoverBackground, isDetailPage, }: TopExChartProps): import("react/jsx-runtime").JSX.Element | null;