///
export declare const prefixCls: string;
export declare const iconCls: string;
export declare const iconWrapCls: string;
export declare const contentCls: string;
export declare const actionCls: string;
export declare const closeCls: string;
export declare const NoticeWrap: import("react").ForwardRefExoticComponent<{
styleType: string;
} & import("react").HTMLAttributes & {
theme?: import("../../../style").Theme | undefined;
} & import("react").RefAttributes>;