export declare const getNoticeBanner: (noticeId: string, message: Record<string, string>, imageUrl: string, zIndex: string) => string;
