import { ISPOTLIGHT } from '../type'; declare const Indicator: ({ title, rowAccordion, data, activeTab, dataKey, multiplier, toFixed, percentage, target }: { title: string; rowAccordion: boolean; data: { [x: string]: { one: ISPOTLIGHT[]; two: ISPOTLIGHT[]; three: ISPOTLIGHT[]; four: ISPOTLIGHT[]; }; }; activeTab: number; dataKey: string; multiplier?: number | undefined; toFixed?: number | undefined; percentage?: boolean | undefined; target: number; }) => JSX.Element; export default Indicator; //# sourceMappingURL=Indicators.d.ts.map