type MessageKeys = 'chatToAgentButton' | 'moreActionsLabel' | 'moreActionsForLabel' | 'duplicateAgent' | 'editAgent' | 'deleteAgent' | 'copyLinkToProfile' | 'linkedCopiedToProfile' | 'viewAgent' | 'viewAgentFullProfile' | 'useTemplateButton'; declare const message: Record; export default message;