export declare const notification: { width: number; zIndexPopup: number; colorBgBlur: string; colorBgElevated: string; colorError: string; colorIcon: string; colorIconHover: string; colorInfo: string; colorSuccess: string; colorText: string; colorTextHeading: string; colorWarning: string; borderRadiusLG: number; borderRadiusSM: number; boxShadow: string; controlHeightLG: number; fontFamily: string; fontSize: number; fontSizeLG: number; lineHeight: number; lineHeightLG: number; margin: number; marginLG: number; marginSM: number; marginXS: number; motionDurationMid: string; motionDurationSlow: string; motionEaseInOut: string; paddingContentHorizontalLG: number; paddingLG: number; paddingMD: number; wireframe: boolean; zIndexPopupBase: number; };