/** * Renders a portal for rendering notices before the visual editor. * * Currently there is no API to add notices with custom context to the content area. */ export declare function NoticesSlot({ children }: { children: any; }): import("react").ReactPortal;