export default MarketingLayout; /** Marketing layout is a layout designed to promote new features or display first time visit. * Component has title, description, action and illustration areas. */ declare class MarketingLayout extends React.PureComponent { static displayName: string; static propTypes: { /** Applies a data-hook HTML attribute that can be used in the tests. */ dataHook: PropTypes.Requireable; /** Accepts image URL or a custom element to be displayed on the side of content. */ image: PropTypes.Requireable; /** Specifies image area background color. Can be a keyword from color palette or any supported CSS color value (HEX, RGB, etc.). */ imageBackgroundColor: PropTypes.Requireable; /** * Controls the size of the marketing layout.
*/ size: PropTypes.Requireable; /** Controls content direction. */ direction: PropTypes.Requireable; /** Controls the vertical alignment of the content. */ alignItems: PropTypes.Requireable; /** Flips content layout. If true, image will be displayed on the left side of the content. */ inverted: PropTypes.Requireable; /** Sets marketing layout actions. Accepts single or multiple interactive components. Most commonly contain `