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