import type { SvgNode } from '../nodes/svgnode.js'; import type { Context } from '../context/context.js'; import type { StyleSheets } from '../context/stylesheets.js'; export declare function nodeIs(node: Element, tagsString: string): boolean; export declare function forEachChild(node: Element, fn: (n: number, e: Element) => void): void; export declare function getAttribute(node: Element, styleSheets: StyleSheets, propertyNode: string, propertyCss?: string): string | undefined; export declare function svgNodeIsVisible(svgNode: SvgNode, parentVisible: boolean, context: Context): boolean; export declare function svgNodeAndChildrenVisible(svgNode: SvgNode, parentVisible: boolean, context: Context): boolean; //# sourceMappingURL=node.d.ts.map