export declare const ALWAYS: string;
export declare const DISABLED: string;
export declare const OUTSIDE_CLICK: string;
export declare const POSITION_LEFT: string;
export declare const POSITION_RIGHT: string;
export declare const POSITION_TOP: string;
export declare const POSITION_BOTTOM: string;
export declare class DrawerService {
    closeDrawerBind: any;
    openScope: any;
    scope: any;
    constructor();
    open(scope: any): void;
    close(scope: any): void;
    closeDrawer(event: any): void;
}
