importtype { ReactElement } from"react";
import { typeMessageProps } from"../notice/Message.js";
/** Show the "main" message for the form as a `<Message>` */exportdeclarefunctionFormMessage(props: Omit<MessageProps, "children">): ReactElement | null;