import * as React from 'react'
interface PageHeaderProps {
title: string
description?: string
action?: React.ReactNode
/**
* Page help content, rendered as a small "?" popover right after the H1
* (UI-migration convention 7). Pass a
{description}
)}