import { ModuleWithProviders } from '@angular/core'; export * from './common/events/mpdf-events'; export * from './common/util/common-mpdf-util'; export * from './services/common-mpdf-service'; export * from './components/common-pdf-entry/common-pdf-entry'; export * from './components/common-hpdf-entry/common-hpdf-entry'; export * from './components/common-mpdf-entry/common-mpdf-entry'; export * from './components/common-pdf-button/common-pdf-button'; export * from './components/common-hpdf-button/common-hpdf-button'; export * from './components/common-mpdf-button/common-mpdf-button'; export declare class NgCoreMpdfModule { static forRoot(): ModuleWithProviders; }