import { Button, EmptyState, EmptyStateBody, EmptyStateFooter, EmptyStateActions } from '@patternfly/react-core'; import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon'; export const EmptyStateNoMatchFound: React.FunctionComponent = () => ( No results match the filter criteria. Clear all filters and try again. );