export declare const noticeTokens: {
    calciteNoticeBackgroundColor: string;
    calciteNoticeCloseBackgroundColorFocus: string;
    calciteNoticeCloseBackgroundColorPress: string;
    calciteNoticeCloseTextColorHover: string;
    calciteNoticeCloseTextColor: string;
    calciteNoticeCloseIconColorHover: string;
    calciteNoticeCloseIconColor: string;
    calciteNoticeTitleTextColor: string;
    calciteNoticeContentTextColor: string;
};
export declare const notice: string;
