import { Content, ContentVariants } from '@patternfly/react-core'; export const ContentHeadings: React.FunctionComponent = () => ( <> Hello World Second level Third level Fourth level Fifth level Sixth level );