import { Observable } from 'rxjs'; import { ElementSelectionService, Service } from '../../../index'; import { ElementService } from '../../dom/elementService'; export declare function createHtmlTableEffectService(element$: Observable, selectionService: ElementSelectionService): Service; export declare class HtmlTableEffectService extends ElementService { constructor(element: Element, selectionService: ElementSelectionService); }