import * as React from 'react'; export interface MarketingLayoutProps { /** Applies a data-hook HTML attribute that can be used in the tests. */ dataHook?: string; /** Accepts image URL or a custom element to be displayed on the side of content. */ image?: React.ReactNode; /** Specifies image area background color. Can be a keyword from color palette or any supported CSS color value (HEX, RGB, etc.). */ imageBackgroundColor?: string; /** * Controls the size of the marketing layout.
*/ size?: 'tiny' | 'small' | 'medium'; /** Controls content direction. */ direction?: 'horizontal' | 'vertical'; /** Flips content layout. If true, image will be displayed on the left side of the content. */ inverted?: boolean; /** Sets marketing layout actions. Accepts single or multiple interactive components. Most commonly contain `