import { ComponentProps } from 'react'; import Box from './Box'; import Icon from './Icon'; declare const MESSAGING_ATTRIBUTES: { [status: string]: { icon?: ComponentProps['icon']; iconColor?: ComponentProps['color']; color?: string; backgroundColor?: ComponentProps['color']; }; }; export default MESSAGING_ATTRIBUTES;