export interface ChatMessageVariables { actionMenuBoxShadow: string; actionMenuPositionRight: string; actionMenuPositionTop: string; backgroundColor: string; backgroundColorMine: string; borderRadius: string; color: string; offset: string; padding: string; authorMarginRight: string; authorColor: string; authorFontWeight: number; headerMarginBottom: string; contentColor: string; linkColor: string; linkColorMine: string; border: string; badgeShadow: string; isImportant: boolean; hasMention: boolean; hasMentionColor: string; hasMentionNubbinColor: string; isImportantColor: string; badgeTextColor: string; reactionGroupMarginLeft: string; reactionGroupBorderColor: string; showActionMenu?: boolean; timestampColorMine: string; zIndex: number; overlayZIndex: number; } export declare const chatMessageVariables: (siteVars: any) => ChatMessageVariables;