import type { HealthIndicatorProps } from './health-indicator-types.js'; /** * Use the `HealthIndicator` to communicate the status of a system, process, or object using semantic color and visual shape or icon indicators. * @public */ export declare const HealthIndicator: ((props: HealthIndicatorProps & import("react").RefAttributes) => import("react").ReactElement | null) & { Visual: (props: import("./Visual.js").HealthIndicatorVisualProps & import("react").RefAttributes) => import("react").ReactElement | null; Label: (props: import("./Label.js").HealthIndicatorLabelProps & import("react").RefAttributes) => import("react").ReactElement | null; }; //# sourceMappingURL=HealthIndicator.d.ts.map