import { Subject } from 'rxjs'; import { TerraBaseData } from '../../../data/terra-base.data'; import * as i0 from "@angular/core"; /** * @author mkunze * @deprecated since v5. */ export declare class TerraDataTableContextMenuService { /** * @description channel for component <-> directive communication which is used to open the context menu on click */ show: Subject<{ event: MouseEvent; data: D; }>; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }