type IndicatorBlockProps = { title: string; children: React.JSX.Element | React.JSX.Element[]; objectives: { objective: string; component: React.JSX.Element; }[]; tooltipMessage?: string; }; export declare const IndicatorBlock: (props: IndicatorBlockProps) => import("react/jsx-runtime").JSX.Element; export {};