
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### status
- type: StatusIndicatorState
- description: Sets the indication type.
### message
- type: ReactNode
- description: Sets the message that’s displayed in a tooltip. If not set, the tooltip won’t appear.
### tooltipPlacement
- type: StatusIndicatorTooltipPlacement
- description: Defines which side the tooltip will be placed on.
### tooltipProps
- type: TooltipCommonProps
- description: Customize &lt;Tooltip/&gt; appearance with its props component.


