import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AvDialogComponent { private _visible; get visible(): boolean; set visible(val: boolean); visibleChange: EventEmitter; header: string; content: string; width: string; modal: boolean; closable: boolean; position: 'center' | 'top' | 'bottom' | 'left' | 'right' | 'topleft' | 'topright' | 'bottomleft' | 'bottomright'; useTemplate: boolean; close: EventEmitter; onDialogHide(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-dialog.component.d.ts.map