import { MessageProps } from 'oak-frontend-base';
export default function render(props: {
data: {
data: MessageProps;
};
}): JSX.Element;