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