import { FunctionComponent } from 'react';
import { Button } from '@patternfly/react-core';
import UnauthorizedAccess from '@patternfly/react-component-groups/dist/dynamic/UnauthorizedAccess';
export const BasicExample: FunctionComponent = () => {
const primaryAction = ;
const secondaryActions = [
,
];
return (
);
};