
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component's root element.
- internal
### horizontalSize
- type: "medium" | "large"
- description: Controls horizontal padding size.
### verticalSize
- type: "medium" | "large"
- description: Controls vertical padding size.
### removeImageHorizontalPadding
- type: boolean
- description: Specifies whether to remove image side paddings.
### removeImageVerticalPadding
- type: boolean
- description: Specifies whether to remove image vertical paddings.
### content
- type: ReactNode
- description: Defines page content. In the majority of cases should use `<MarketingPageLayoutContent/>` component as a content.
### image
- type: ReactNode
- description: Accepts link to an image source or a custom media element.
### footer
- type: ReactNode
- description: Accepts content to be displayed at the bottom of a page.
### fullHeightImage
- type: boolean
- description: Specifies whether the image should take the full height.
### height
- type: string
- description: Controls the height of the layout.

