import { EventEmitter, TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class DvSidebarComponent { position: string; display: boolean; size: string; title: string; leftText: string; okLabel: string; okTooltip: string; cancelLabel: string; cancelTooltip: string; modal: boolean; styleObj: object; displayChange: EventEmitter; save: EventEmitter; cancel: EventEmitter; buttonsTemplateRef: TemplateRef; fullScreen: boolean; get styleClass(): string; visibleChange(event: any): void; closeSidebar(): void; okClicked(): void; cancelClicked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }