import { Plugin } from '@tachybase/client';
export declare class SCNoticeDetail extends Plugin {
    load(): Promise<void>;
}
export declare const NoticeDetail: (props: any) => import("react/jsx-runtime").JSX.Element;
