import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GtrButtonDropdownComponent implements AfterViewInit { private elementRef; csvLoader: boolean; isOpened: boolean; constructor(elementRef: ElementRef); isDropdownOpen: boolean; dropdownPosition: { top: string; left: string; }; options: any; color: string; backgroundColor: string; /** (optional) Button type */ type?: any; /** (optional) Button type */ btnId: string; /** (optional) Button type */ name: string; dataTransactionName: string; dropdownMenu: ElementRef; onSelect: EventEmitter; toggleDropdown(event: Event): void; closeDropdown(event: Event): void; ngAfterViewInit(): void; onScroll: (event: Event) => void; updateDropdownPosition(): void; onSelectOption(option: string | number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }