interface EditorNoticesProps { disableSnackbarNotices?: boolean; } export declare function EditorNotices({ disableSnackbarNotices, }?: EditorNoticesProps): import("react/jsx-runtime").JSX.Element; export {};