import React from 'react'; export declare const NoticeDetail: React.NamedExoticComponent<{ noticeId: string; paddingTop: number; paddingBottom: number; paddingLeft: number; paddingRight: number; }>;