import { SvgXmlWriter } from './SvgXmlWriter.js'; import { SvgConfiguration } from './SvgConfiguration.js'; import { Layout } from '../../Objects/Layout.js'; /** @deprecated is it needed? defs block? styles? */ export declare class SvgDocumentBuilder extends SvgXmlWriter { entitiesWriter: SvgXmlWriter | null; lineTypeWriters: Map; constructor(stream: ArrayBuffer | Uint8Array, encoding: string | null, configuration: SvgConfiguration); writeLayout(layout: Layout): void; private _startDocumentInternal; private _endDocumentInternal; private _createWriter; } //# sourceMappingURL=SvgDocumentBuilder.d.ts.map