/// export default function ModalMessage(props: { title: string; type?: string; children: any; }): JSX.Element;