/** * @name bootstrap * @description Bootstrap module in ngx-responsive * * @license MIT */ import { Provider } from '@angular/core'; export * from './bootstrap-directives'; export declare const BOOTSTRAP_DIRECTIVES: Provider[];