/** * Ideal shape for the HealthIndicator. * @internal */ export declare const IdealShape: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>; /** * Good shape for the HealthIndicator. * @internal */ export declare const GoodShape: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>; /** * Warning shape for the HealthIndicator. * @internal */ export declare const WarningShape: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>; /** * Critical shape for the HealthIndicator. * @internal */ export declare const CriticalShape: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>; /** * Neutral shape for the HealthIndicator. * @internal */ export declare const NeutralShape: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;