export declare const windowStyle: string; export declare const windowExpandedStyle: string; export declare const expandToggleStyle: string; export declare const windowOpenStyle: string; export declare const windowBarStyle: string; export declare const left_bar_section: string; export declare const chat_title: string; export declare const buttonss_section: string; export declare const button_bar: string; export declare const button_reset: string; export declare const arrowFill: string; export declare const inputStyle: string; /** * Style for automatically resizing a textarea or input element. * - Hides vertical overflow to prevent scrollbars. * - Sets a minimum height to ensure at least 1 or 2 lines are visible. */ export declare const autoResize: string; export declare const chatAiDisclaimer: string; export declare const sendButtonStyle: string; export declare const messagesContainerStyle: string; export declare const notificationStyle: string; export declare const messageStyle: string; export declare const inline_button_wrapper: string; export declare const inline_button: string; export declare const endChatButtonStyle: string; export declare const noAnswerButton: string; export declare const chatbotMenu: string; export declare const chatbotMenuItem: string; export declare const chatNetworkStatus: string; export declare const chatEndDialogOverlay: string; export declare const chatFinishDialog: string; export declare const thankyou_overlay: string; export declare const thankyou_message: string; export declare const thankyou_image: string; export declare const chatEndCircle: string; export declare const user_msg: string; export declare const agent_msg: string; export declare const shimmerText: string; export declare const tableMsg: string; export declare const tableHead: string; export declare const tableCell: string; export declare const trMortgageTable: string; export declare const formTextButton: string;