// eslint-disable-next-line @typescript-eslint/no-explicit-any export declare function isSvgElement(target: any): target is SVGAElement;