1 | import { Document } from './Document';
|
2 | import { TextElement } from './TextElement';
|
3 | export declare class TSpanElement extends TextElement {
|
4 | type: string;
|
5 | protected readonly text: string;
|
6 | constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
|
7 | getText(): string;
|
8 | }
|
9 | //# sourceMappingURL=TSpanElement.d.ts.map |
\ | No newline at end of file |