declare const typebot: { initStandard: (props: import(".").BotProps & { id?: string | undefined; }) => void; initPopup: (props: import(".").PopupProps) => void; initBubble: (props: import(".").BubbleProps) => void; close: () => void; hidePreviewMessage: () => void; open: () => void; setPrefilledVariables: (variables: Record) => void; showPreviewMessage: (proactiveMessage?: Pick | undefined) => void; toggle: () => void; setInputValue: (value: string) => void; }; export default typebot; //# sourceMappingURL=web.d.ts.map