export declare const cls: { wrapper: string; positive: string; negative: string; warning: string; info: string; hasBackground: string; hasTitleColor: string; hasBorderColor: string; }; export declare const generateNotificationViewStyles: () => import('styled-components').SimpleInterpolation[];