import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./empty-state.component";
import * as i2 from "@angular/common";
export declare class EmptyStateModule {
    static forRoot(): ModuleWithProviders<EmptyStateModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<EmptyStateModule, [typeof i1.EmptyStateComponent], [typeof i2.CommonModule], [typeof i1.EmptyStateComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<EmptyStateModule>;
}
