declare const Healthy: { name: string; labelmap: { healthy: string; unhealthy: string; }; }; export default Healthy;