export declare function PageScatterChart(): import("react/jsx-runtime").JSX.Element; interface IHostPlot { date?: Date; name: string; x: string | number; y: number; anomaly: boolean; } export declare const hosts: IHostPlot[]; export {};