import { type BoxProps } from '../Box'; export type MessageBlockProps = { fixedWidth?: boolean; } & BoxProps; declare const MessageBlock: import("react").ForwardRefExoticComponent<{ fixedWidth?: boolean; } & BoxProps & import("react").RefAttributes>; export default MessageBlock; //# sourceMappingURL=MessageBlock.d.ts.map