import { type IContainer } from '@aurelia/kernel'; import type { INode } from '../dom.node'; export interface ISVGAnalyzer extends NoopSVGAnalyzer { } export declare const ISVGAnalyzer: import("@aurelia/kernel").InterfaceSymbol; export declare class NoopSVGAnalyzer { isStandardSvgAttribute(_node: INode, _attributeName: string): boolean; } export declare class SVGAnalyzer { static register(container: IContainer): void; constructor(); isStandardSvgAttribute(node: INode, attributeName: string): boolean; } //# sourceMappingURL=svg-analyzer.d.ts.map