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