import { default as React } from 'react'; import { FlowSpec, RuntimeDiagnostics } from '@feltdb/core'; export interface HealthCenterProps { diagnostics?: RuntimeDiagnostics | null; model?: FlowSpec | null; } export declare function HealthCenter({ diagnostics, model }: HealthCenterProps): React.JSX.Element; export default HealthCenter; //# sourceMappingURL=HealthCenter.d.ts.map