export declare const message: { wrapper: { gap: string; right: string; }; item: { maxWidth: number; pointerEvents: string; mb: string; p: string; wordBreak: string; alignItems: string; backgroundColor: any; borderLeftWidth: string; borderLeftStyle: string; borderLeftColor: string; color: any; fontSize: string; lineHeight: string; borderRadius: number; '& > svg': { minWidth: string; width: string; height: string; color: any; path: { fill: any; transform: string; transformOrigin: string; }; alignSelf: string; }; '&.is-success': { bg: any; borderLeftColor: any; color: any; }; '&.is-warning': { bg: string; borderLeftColor: any; color: any; }; '&.is-error, > .is-error': { bg: string; }; '&.is-error, > button > svg': { color: string; path: { fill: any; }; }; '&.is-error': { borderLeftColor: any; }; }; };