import { StringXMLField, IntegerXMLField, ObjectXMLField } from '@aurahelper/core';
export declare const LiveChatDeployment: {
    brandingImage: StringXMLField;
    connectionTimeoutDuration: IntegerXMLField;
    connectionWarningDuration: IntegerXMLField;
    displayQueuePosition: IntegerXMLField;
    domainWhiteList: ObjectXMLField;
    enablePrechatApi: IntegerXMLField;
    enableTranscriptSave: IntegerXMLField;
    label: StringXMLField;
    mobileBrandingImage: StringXMLField;
    site: StringXMLField;
    windowTitle: StringXMLField;
};
