import * as i0 from "@angular/core";
export declare class GraphActionsComponent {
    position: string;
    get positionClass(): Record<string, boolean>;
    handleMouseDown(e: MouseEvent): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<GraphActionsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GraphActionsComponent, "acl-graph-actions", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
}
