import { Panel, PanelMain, PanelMainBody } from '@patternfly/react-core'; export const PanelBasic: React.FunctionComponent = () => ( Main content );