import { type ReactNode } from "react"; export interface IAnomalyIndicatorControl { title: string | undefined; children: ReactNode; } export declare const AnomalyIndicatorControl: import("react").NamedExoticComponent; //# sourceMappingURL=AnomalyIndicatorControl.d.ts.map