import { Type, TBSelection, BranchAbstractComponent, DivisionAbstractComponent, BackboneAbstractComponent } from '@textbus/core'; import { Matcher, SelectionMatchState } from './matcher'; export declare class TableMatcher implements Matcher { private excludeComponents; constructor(excludeComponents?: Array>); queryState(selection: TBSelection): SelectionMatchState; }