import { DialogRef } from '@angular/cdk/dialog'; import { ModalBaseComponent } from '../modal-base.component'; import { BooleanInput } from '@angular/cdk/coercion'; import * as i0 from "@angular/core"; import * as i1 from "../../../common/sapphire-view-encapsulation"; /** * Dialogs focus the user's attention exclusively on one task or piece of * information via a dialog box that sits on top of the page content. */ export declare class DialogComponent extends ModalBaseComponent { protected dialogRef: DialogRef; /** * Dialog size, constraining the width of the dialog. */ size: 'xs' | 'sm' | 'md' | 'lg'; padded: BooleanInput; constructor(dialogRef: DialogRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }