type Props = { mobileView?: boolean; roundedCorners?: boolean; }; export default function MessageListBackground({ mobileView, roundedCorners }: Props): import("react/jsx-runtime").JSX.Element; export {};