declare const chatbot: { init: (props: { chatBotId: string; url: string; apiKey: string; gemeindename: string; greetingMessage: string; openOnLoad: boolean; theme: import("./bubble/types").BubbleTheme; starterPrompts?: string[]; municipalityTitle?: string; municipalityLogoLink?: string; introTitle?: string; introSubtitle?: string; voiceInput?: boolean; fileUpload?: boolean; }) => void; destroy: () => void; }; export default chatbot; //# sourceMappingURL=web.d.ts.map