export type Styles = { 'fluid-wrapper': string; 'notification-panel': string; 'notification-panel__children': string; 'notification-panel__children--expander-no-label': string; 'notification-panel__children--outline': string; 'notification-panel__children--with-label': string; 'notification-panel__close': string; 'notification-panel__content': string; 'notification-panel__icon': string; 'notification-panel__label': string; 'notification-panel__label--compact': string; 'notification-panel__label--no-content': string; 'notification-panel__label--outline': string; 'notification-panel--compact': string; 'notification-panel--compact--basic': string; 'notification-panel--compact--outline': string; 'notification-panel--dismissable': string; 'notification-panel--error': string; 'notification-panel--info': string; 'notification-panel--large': string; 'notification-panel--medium': string; 'notification-panel--small': string; 'notification-panel--success': string; 'notification-panel--warn': string; 'notification-panel--with-content': string; }; export type ClassNames = keyof Styles; declare const styles: Styles; export default styles;