import React from 'react'; import type { MessageWrapperProps } from './types'; export default function MessageWrapper({ children, disableSafeAreaView, style, }: MessageWrapperProps): React.JSX.Element;