import { DEFAULT_CONTAINER_ID } from '../config'; import { SIDEBAR_PRESET_DEFAULTS } from './presets/sidebar'; export { SIDEBAR_PRESET_DEFAULTS }; export { DEFAULT_CONTAINER_ID }; export declare const DEFAULT_CHAT_TOGGLE_BUTTON_SELECTOR = "#angie-widget-toggle"; export declare const DEFAULTS: { readonly boot: { readonly allowInIframe: false; }; readonly container: { readonly layout: "sidebar"; readonly styleTheme: ""; readonly create: true; readonly skipDefaultCss: false; readonly persistOpenState: true; readonly resizable: true; readonly chatToggleButtonSelector: "#angie-widget-toggle"; }; readonly iframe: { readonly origin: "https://angie.elementor.com"; readonly path: "angie/embedded"; readonly uiTheme: "light"; }; }; export declare const SIDEBAR_LOADING_ID = "angie-sidebar-loading"; export declare const EMBEDDED_CONFIG_MESSAGE_TYPE = "sdk-embedded-config";