import { ModuleWithProviders } from '@angular/core'; import { Configurations } from './configurations'; import * as i0 from "@angular/core"; import * as i1 from "./components/logo/logo.component"; import * as i2 from "./components/buttons/confirm-button/confirm-button.component"; import * as i3 from "./components/popups/editor/editor.component"; import * as i4 from "./components/popups/form-editor/form-editor.component"; import * as i5 from "./components/columns-editor/columns-editor.component"; import * as i6 from "./components/popups/popups.component"; import * as i7 from "./components/popups/popup.component"; import * as i8 from "./components/popups/modal/modal.component"; import * as i9 from "./components/popups/dialog/dialog.component"; import * as i10 from "./components/paging/paging.component"; import * as i11 from "./components/pagination/pagination.component"; import * as i12 from "./components/result-indicator/result-indicator.component"; import * as i13 from "./components/spinner/spinner.component"; import * as i14 from "./components/splash/splash.component"; import * as i15 from "./components/popups/directives/popup.directive"; import * as i16 from "./directives/dnd.directive"; import * as i17 from "./directives/rtf.directive"; import * as i18 from "./pipes/file-size.pipe"; import * as i19 from "./pipes/file-icon.pipe"; import * as i20 from "./pipes/file-url.pipe"; import * as i21 from "./pipes/safe.pipe"; import * as i22 from "./pipes/locale-date.pipe"; import * as i23 from "./components/settings-panel/settings-panel.component"; import * as i24 from "@angular/common"; import * as i25 from "@angular/common/http"; import * as i26 from "@angular/forms"; import * as i27 from "@ngx-translate/core"; import * as i28 from "@angular/cdk/drag-drop"; declare global { interface Window { closeDropdowns(): void; closePopup(id?: string): void; closeStartPage(): void; initDocument(printableSelector?: string, pageSelector?: string): void; openAccountPage(): void; openDropdown(id: string, x: number, y: number): void; openExportPage(): void; openHomePage(): void; openNewPage(): void; openOpenPage(): void; openPopup(id: string): void; openPrintPage(): void; openStartPage(): void; popPopup(): void; printPreview(reportId: string, reportName: string): void; resetPopupPosition(id: string): void; scrollTo(id: string): void; setPaperAngle(value: number): void; setPaperMargin(value: number): void; setPaperZoom(value: number): void; setPopupPosition(id: string, value: string): void; setTab(selector: string): void; initDocument(printableSelector?: string, pageSelector?: string): void; resetDocument(printableSelector?: string, pageSelector?: string): void; adjustBounds(elementId: any): void; setPaperFontFamily(elementId: string, fontFamily: string): void; setPaperFontSize(elementId: string, fontFamily: string): void; setPaperZoom(elementId: string, value: number): void; } } export declare class SamabaseCoreModule { static forRoot(config?: Configurations): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }