import { NotificationComponent } from './notification.component'; import { NotifierService } from './notifier.service'; import { NotifierOptions, NotifierPosition, NotifierType, NOTIFICATION_CONFIG_TOKEN, NOTIFICATION_ANIMATION_PARAMS_TOKEN, NotificationConfig, NotificationAnimationParams } from './types'; export { NotificationComponent, NotifierService, NotifierOptions, NotifierType, NotifierPosition, NOTIFICATION_CONFIG_TOKEN, NotificationConfig, NOTIFICATION_ANIMATION_PARAMS_TOKEN, NotificationAnimationParams }; export declare class VCLNotifierModule { }