import type { HealthIndicatorProps } from './HealthIndicator.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.js").JSX.Element;