import React from 'react'; declare const NoticeBox: ({ mdiIcon, color, title, content, }: { mdiIcon: string; color: string; title: string; content: React.ReactNode; }) => JSX.Element; export declare const IssueBox: ({ mdiIcon, color, title, }: { mdiIcon: string; color: string; title: string; }) => JSX.Element; export declare const InfoBox: ({ mdiIcon, color, title, content, }: { mdiIcon: string; color: string; title: string; content: string; }) => JSX.Element; export default NoticeBox; //# sourceMappingURL=NoticeBox.d.ts.map