export declare class AttributeParser { static parseImageAttributes(nodeAttrs: Record, imgElement: HTMLImageElement): void; static extractWidthFromStyle(style: string): string | null; } //# sourceMappingURL=attribute-parser.d.ts.map