import * as i0 from "@angular/core"; export interface IGtrDropdownState { visible?: boolean | 'toggle'; dropdown?: any; } export declare class GtrDropdownService { private dropdownState; dropdownState$: import("rxjs").Observable; constructor(); toggle(state: IGtrDropdownState): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }