export interface NgbitFlashConfig { vertical?: 'top' | 'bottom'; horizontal?: 'left' | 'right' | 'center'; delay?: number | 'none'; offset?: string; className?: string; }