
### title
- type: React.ReactNode
- description: Title text or element.

`React.ReactElement` values are not affected by `as`, `id`,
`aria-describedby`, and `size` props or default text styling.
### suffix
- type: React.ReactNode
- description: Suffix content.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests
### skin
- type: SectionHeaderSkin
- description: Skin variant.
### as
- type: SectionHeaderTitleAs
- description: Renders component as any other component or a given HTML tag.
### id
- type: string
- description: Title text element id.
### aria-describedby
- type: string
- description: Title text element label reference id.
### size
- type: SectionHeaderTitleSize
- description: Title size.
### align
- type: SectionHeaderTitleAlignment
- description: Title alignment.
### divider
- type: SectionHeaderDivider
- description: Divider type.
### horizontalPadding
- type: SectionHeaderHorizontalPadding
- description: Horizontal padding.
### RefAttributes
- type: All props from RefAttributes that comes from @types/react/index.d.ts
- description: No description
### Attributes
- type: All props from Attributes that comes from @types/react/index.d.ts
- description: No description


