1 | import { Document } from './Document';
|
2 | import { Element } from './Element';
|
3 | export declare class UnknownElement extends Element {
|
4 | constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
|
5 | }
|
6 | //# sourceMappingURL=UnknownElement.d.ts.map |
\ | No newline at end of file |