1import { StyleProp, TextStyle } from 'react-native';
2import type { Message } from '../Data/parseLogBoxLog';
3type Props = {
4    message: Message;
5    style: StyleProp<TextStyle>;
6    plaintext?: boolean;
7    maxLength?: number;
8};
9export declare function LogBoxMessage(props: Props): JSX.Element;
10export {};
11//# sourceMappingURL=LogBoxMessage.d.ts.map