import { DialogRef } from '@angular/cdk/dialog'; import { ModalBaseComponent } from '../modal-base.component'; import * as i0 from "@angular/core"; import * as i1 from "../../../common/sapphire-view-encapsulation"; export declare class PanelComponent extends ModalBaseComponent { protected dialogRef: DialogRef; /** * Panel size, constraining the width of the panel. * @default 'lg' */ size: 'sm' | 'lg'; constructor(dialogRef: DialogRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }