import { EventEmitter } from '@angular/core'; import { DialogClasses } from './classes'; import { UniThemeClasses } from '../../../theme/uni-theme-classes'; import * as i0 from "@angular/core"; export declare class UniversalDialogComponent { private theme?; header: string; visible: boolean; modal: boolean; style: any; position: 'center' | 'top' | 'bottom' | 'left' | 'right' | 'topleft' | 'topright' | 'bottomleft' | 'bottomright'; maximizable: boolean; draggable: boolean; resizable: boolean; breakpoints: any; class: string; classes: DialogClasses; constructor(theme?: UniThemeClasses | undefined); visibleChange: EventEmitter; show: EventEmitter; hide: EventEmitter; maximize: EventEmitter; onShow(event: any): void; onHide(event: any): void; onMaximize(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }