import type { HealthIndicatorProps } from './health-indicator-types.js'; /** * The StatusVisual component is a helper component that decides whether an * icon or shape is returned. * @internal */ export declare const StatusVisual: (props: Pick) => import("react/jsx-runtime").JSX.Element;