import type { FunctionComponent } from 'react'; import { PopoverProps } from '@patternfly/react-core'; export declare const ChatbotPopover: FunctionComponent; export default ChatbotPopover;