declare const AvatarState: readonly ["active", "rest"]; declare const AvatarStyle: readonly ["default", "table"]; declare const AvatarChannelType: readonly ["channel-chat", "channel-chat-outbound", "channel-sms-inbound", "channel-sms-outbound", "channel-email-inbound", "channel-email-outbound", "channel-call", "channel-call-inbound", "channel-social", "channel-callback", "channel-callback-v2", "channel-headset", "channel-campaign", "channel-emoji", "channel-webex", "channel-fb-messenger", "channel-facebook", "channel-apple-chat", "channel-line", "channel-twitter-x", "channel-viber", "channel-whats-app", "channel-monitoring", "channel-we-chat", "channel-spam", "channel-custom", "channel-work-item", "channel-custom-messaging"]; declare const AvatarType: readonly ["bot", "group", "self", "typing", ""]; declare const AvatarSize: number[]; declare const PresenceLabelMap: Record; export { AvatarChannelType, AvatarSize, AvatarState, AvatarStyle, AvatarType, PresenceLabelMap };