import { StringXMLField, BooleanXMLField, EnumXMLField, ObjectXMLField } from '@aurahelper/core';
export declare const EmbeddedServiceLiveAgent: {
    avatarImg: StringXMLField;
    customPrechatComponent: StringXMLField;
    embeddedServiceConfig: StringXMLField;
    embeddedServiceQuickActions: ObjectXMLField;
    enabled: BooleanXMLField;
    fontSize: EnumXMLField;
    headerBackgroundImg: StringXMLField;
    isOfflineCaseEnabled: BooleanXMLField;
    isQueuePositionEnabled: BooleanXMLField;
    liveAgentChatUrl: BooleanXMLField;
    liveAgentContentUrl: BooleanXMLField;
    liveChatButton: BooleanXMLField;
    liveChatDeployment: StringXMLField;
    masterLabel: StringXMLField;
    offlineCaseBackgroundImg: StringXMLField;
    prechatBackgroundImg: StringXMLField;
    prechatEnabled: BooleanXMLField;
    prechatJson: StringXMLField;
    scenario: EnumXMLField;
    smallCompanyLogoImg: StringXMLField;
    waitingStateBackgroundImg: StringXMLField;
};
