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