import { ILiveChatWidgetContext } from "../contexts/common/ILiveChatWidgetContext"; export declare const shouldShowChatButton: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowProactiveChatPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowHeader: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowFooter: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowEmailTranscriptPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowWebChatContainer: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowLoadingPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowStartChatErrorPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowReconnectChatPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowPostChatLoadingPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowOutOfOfficeHoursPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowPreChatSurveyPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowConfirmationPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowPostChatSurveyPane: (state: ILiveChatWidgetContext) => boolean; export declare const shouldShowCallingContainer: (state: ILiveChatWidgetContext) => boolean;