export declare const message: { item: { backgroundColor: string; color: string; '> span': { color: string; }; '&.is-success': { bg: string; borderLeftColor: any; color: string; }; '&.is-success, > .is-success': { bg: string; color: string; }; '&.is-warning': { bg: string; borderLeftColor: any; color: string; }; '&.is-warning, > .is-warning': { bg: string; color: string; }; '&.is-error, > .is-error': { bg: string; color: string; }; '&.is-error, > button > svg': { color: string; path: { fill: string; }; }; '&.is-warning, > button > svg': { color: string; path: { fill: string; }; }; '&.is-success, > button > svg': { color: string; path: { fill: string; }; }; '&.is-default, > button > svg': { color: string; path: { fill: string; }; }; '&.is-error': { borderLeftColor: any; }; }; };