import React from 'react'; import type { OldNoticeModalProps } from './converter.old'; export type NoticeModalProps = OldNoticeModalProps; export declare const NoticeModal: (props: React.PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;