///
import { Transmission } from "./Transmission";
export declare const ChatText: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
elevation?: number | undefined;
square?: boolean | undefined;
sx?: import("@mui/material").SxProps | undefined;
variant?: "elevation" | "outlined" | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "elevation" | "square" | "variant"> & import("@mui/system").MUIStyledCommonProps & {
transmission: Transmission;
}, {}, {}>;