import { Box, styled } from '@mui/material' export const ChatActionsContainer = styled(Box)(({ theme }) => ({ display: 'flex', alignItems: 'center', gap: theme.spacing(0.5), }))