declare const BrandingJSON: { general: { version: number; bot_icon: string; themeType: string; widgetPanel: boolean; colors: { primary: string; secondary: string; primary_text: string; secondary_text: string; useColorPaletteOnly: boolean; }; sounds: { enable: boolean; on_audio_call: { name: string; type: string; url: string; fileId: string; }; on_close: { name: string; type: string; url: string; fileId: string; }; on_msg_send: { name: string; type: string; url: string; fileId: string; }; on_new_msg: { name: string; type: string; url: string; fileId: string; }; on_open: { name: string; type: string; url: string; fileId: string; }; on_proactive_msg: { name: string; type: string; url: string; fileId: string; }; on_video_call: { name: string; type: string; url: string; fileId: string; }; }; }; chat_bubble: { style: string; icon: { icon_url: string; size: string; type: string; fileId: string; }; minimise: { icon: string; theme: string; type: string; fileId: string; }; proactive: { show: boolean; header: string; messages: { title: string; }[]; buttons: { title: string; type: string; value: string; }[]; }; sound: string; alignment: string; animation: string; expand_animation: string; primary_color: string; secondary_color: string; }; welcome_screen: { show: boolean; layout: string; logo: { logo_url: string; name: string; fileId: string; type: string; }; title: { name: string; }; sub_title: { name: string; }; note: { name: string; }; background: { type: string; color: string; name: string; img: string; imgType: string; fileId: string; }; top_fonts: { color: string; }; bottom_background: { color: string; }; widgets: { show: boolean; widgetItems: never[]; }; starter_box: { show: boolean; icon: { show: boolean; }; title: string; sub_text: string; start_conv_button: { color: string; }; start_conv_text: { color: string; }; quick_start_buttons: { show: boolean; style: string; buttons: { title: string; action: { type: string; value: string; }; }[]; input: string; action: { type: string; value: string; }; }; }; static_links: { show: boolean; layout: string; links: { title: string; description: string; action: { type: string; value: string; }; }[]; }; promotional_content: { show: boolean; promotions: { banner: string; action: { type: string; value: string; }; name: string; fileId: string; type: string; }[]; }; }; header: { bg_color: string; size: string; icon: { show: boolean; icon_url: string; type: string; fileId: string; }; icons_color: string; title: { name: string; color: string; }; sub_title: { name: string; color: string; }; buttons: { close: { show: boolean; icon: string; }; minimise: { show: boolean; icon: string; }; expand: { show: boolean; icon: string; }; reconnect: { show: boolean; icon: string; }; help: { show: boolean; action: { type: string; value: string; icon: string; }; }; live_agent: { show: boolean; action: { type: string; value: string; icon: string; }; }; }; }; footer: { bg_color: string; layout: string; compose_bar: { bg_color: string; "outline-color": string; placeholder: string; }; icons_color: string; buttons: { menu: { show: boolean; icon_color: string; actions: { title: string; type: string; value: string; icon: string; }[]; }; emoji: { show: boolean; icon: string; }; microphone: { show: boolean; icon: string; }; attachment: { show: boolean; icon: string; }; speaker: { show: boolean; icon: string; }; send_button: { show: boolean; icon: string; }; click_to_call: { show: boolean; icon: string; }; }; }; body: { background: { type: string; color: string; img: string; imgType: string; name: string; fileId: string; }; font: { family: string; size: string; style: string; }; user_message: { bg_color: string; color: string; }; bot_message: { bg_color: string; color: string; }; agent_message: { bg_color: string; color: string; separator: string; icon: { show: boolean; icon_url: string; type: string; }; title: { name: string; color: string; type: string; }; sub_title: { name: string; color: string; type: string; }; }; time_stamp: { show: boolean; show_type: string; position: string; separator: string; color: string; time_format: string; date_format: string; }; typing_indicator: { icon: string; show: boolean; }; icon: { show: boolean; user_icon: boolean; bot_icon: boolean; agent_icon: boolean; }; buttons: { bg_color: string; color: string; }; bubble_style: string; bot_name: { show: boolean; name: string; show_type: string; position: string; }; }; widget_panel: { colors: { bg_color: string; color: string; sel_bg_color: string; sel_color: string; }; }; override_kore_config: { enable: boolean; emoji_short_cut: boolean; typing_indicator_timeout: number; location: { enable: boolean; google_maps_API_key: string; }; history: { enable: boolean; recent: { batch_size: number; }; paginated_scroll: { enable: boolean; batch_size: number; loading_label: string; }; }; }; }; export default BrandingJSON;