import { Context } from './context/context.js'; import { SvgNode } from './nodes/svgnode.js'; export declare function parseAttributes(context: Context, svgNode: SvgNode, node?: Element): void; export declare function applyAttributes(childContext: Context, parentContext: Context, node: Element): void; export declare function applyContext(context: Context): void; //# sourceMappingURL=applyparseattributes.d.ts.map