import { Fragment } from 'react'; import { Title } from '@patternfly/react-core'; export const TitleDefaultSizes: React.FunctionComponent = () => ( H1-styled title H2-styled title H3-styled title H4-styled title H5-styled title H6-styled title );