export declare const CHAT_TOGGLE_BUTTON_CLASS = "angie-widget-toggle"; export declare const DEFAULT_CHAT_TOGGLE_BUTTON_SELECTOR = "#angie-widget-toggle"; export declare const CHAT_WIDGET_HIDDEN_CLASS = "angie-widget-hidden"; export declare const CHAT_WIDGET_FULLSCREEN_CLASS = "angie-widget-fullscreen"; export declare const CHAT_WIDGET_CONTAINER_CLASS = "angie-widget-container"; export declare const CHAT_WIDGET_STYLES_ID = "angie-chat-widget-styles"; export declare const CHAT_TOGGLE_STYLES_ID = "angie-chat-toggle-styles";