import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnInit, OnChanges } from '@angular/core'; import { Location } from '@angular/common'; import { Anchors } from 'influent-core'; import * as i0 from "@angular/core"; export declare class DrawerComponent implements OnInit, AfterViewInit, OnChanges { private cdr; private location; anchor: Anchors; zIndex: string; wrapperBgColor: string; bgColor: string; fgColor: string; xOffset: string; yOffset: string; peek: string; width: string; borderLeft: boolean; borderRight: boolean; borderTop: boolean; borderBottom: boolean; showBorderRadius: boolean; height: string; disabled: boolean; forceOpen: boolean; smallDevice: boolean; opened: EventEmitter; closed: EventEmitter; visibility: boolean; borderRadius: string; top: string; right: string; bottom: string; left: string; transform: string; anchors: typeof Anchors; get isOpen(): boolean; get closeBtnTransform(): string; get closeBtnJustify(): string; get display(): string; get icon(): any; constructor(cdr: ChangeDetectorRef, location: Location); ngOnInit(): void; ngAfterViewInit(): void; ngOnChanges(): void; ngOnDestroy(): void; open(): void; close(): void; toggle(): void; update(): void; setPosition(t: string, r: string, b: string, l: string): void; preventBubble(e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }