import { Alert } from './GlobalHealthBar.hooks'; export interface GlobalHealthProps { id: string; alerts: Alert[]; start: Date; end: Date; } export declare function GlobalHealthBar({ id, alerts, start, end }: GlobalHealthProps): import("react/jsx-runtime").JSX.Element; export type { Alert }; //# sourceMappingURL=GlobalHealthBar.d.ts.map