import { SidebarModalOptions, SidebarModalRef } from '../sidebar-modal-ref'; import * as i0 from "@angular/core"; export declare class ModalTemplateComponent { modalRef: SidebarModalRef; private config; constructor(modalRef: SidebarModalRef, config: SidebarModalOptions); get fixed(): boolean; get size(): "small" | "medium" | "large" | "auto" | undefined; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }