import { OnInit } from '@angular/core';
import { PhloxAppService } from '../../../../service/PhloxAppService.service';
import { NeedFocusService } from '../../../../service/NeedFocusService.service';
import { ObservableManager } from '../../../../service/ObservableManager.service';
import { AbstractSideSlidePanel } from '../../../AbstractSideSlidePanel';
export declare class PhloxAddonDrawer extends AbstractSideSlidePanel implements OnInit {
    static readonly TYPE_NAME: string;
    static readonly PAGE_NAME: string;
    static readonly SUB_TOPIC_NAME: string;
    constructor(phloxAppService: PhloxAppService, observableMgr: ObservableManager, needFocusService: NeedFocusService);
    ngOnInit(): void;
    onToggle(event: MouseEvent): void;
    onClick(event: MouseEvent): void;
}
