declare const notificationSpace: { iconMarginTop: string; iconMarginRight: string; padding: string; titleMarginBottom: string; }; declare const notificationFontSizes: { title: string; content: string; }; declare const notificationFontWeights: { title: number; content: number; }; declare const notificationLineHeights: { title: string; content: string; icon: string; }; declare const notificationRadii: { default: string; }; declare const notificationShadows: { default: string; }; declare const notificationColors: { title: string; content: string; bg: string; }; export { notificationSpace, notificationFontSizes, notificationFontWeights, notificationLineHeights, notificationRadii, notificationColors, notificationShadows, };