import { Overlay, ScrollStrategy } from '@angular/cdk/overlay'; import { EventEmitter, ElementRef, Renderer2, AfterViewChecked } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VerbenPopUpComponent implements AfterViewChecked { private elementRef; private renderer; private overlay; dropdownOpen: boolean; dropdownOpenChange: EventEmitter; dropdownWidth: string; color: string; customStyles: { [key: string]: string; }; popUpClass: string; border: string; borderRadius: string; enableMouseLeave: boolean; cdkPosition: any[] | null; close: EventEmitter; expansion: ElementRef; scrollStrategy: ScrollStrategy; defaultPositions: { originX: string; originY: string; overlayX: string; overlayY: string; }[]; constructor(elementRef: ElementRef, renderer: Renderer2, overlay: Overlay); toggleDropdown(): void; onMouseOut(): void; onClose(): void; get dropdownStyles(): { width: string; border: string; borderRadius: string; }; get yourStyles(): { [x: string]: string; }; onClickOutside(targetElement: any): void; ngAfterViewChecked(): void; private setDropdownPosition; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }