import { Box } from '@mui/material' import type { ChatLoaderProps } from '../types' import { styles } from './styles' export function ChatLoader({ size = 24, labels = {}, sx }: ChatLoaderProps) { return ( ) }