import * as i0 from "@angular/core";
import * as i1 from "./dialog.component";
import * as i2 from "./buttons.directive";
import * as i3 from "@angular/common";
/**
 * NgModule definition for the Dialog component.
 */
export declare class DialogModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogButtonDirective, typeof i2.ButtonsDirective], [typeof i3.CommonModule], [typeof i1.DialogComponent, typeof i2.DialogButtonDirective, typeof i2.ButtonsDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
}
