import { HelpHubChatTypes } from './CustomHelpHub.type'; declare const CustomHelpHubChat: (props: HelpHubChatTypes) => import("react/jsx-runtime").JSX.Element; export default CustomHelpHubChat;