import * as React from 'react'; export interface PageHeaderProps extends React.HTMLProps { /** Additional classes added to the page header */ className?: string; /** Component to render the logo/brand, use */ logo?: React.ReactNode; /** Additional props passed to the logo anchor container */ logoProps?: object; /** Component to use to wrap the passed */ logoComponent?: React.ReactNode; /** Component to render the header tools, use */ headerTools?: React.ReactNode; /** Component to render navigation within the header, use