import { type ReactNode } from 'react'; export declare const isSvgElement: (node: ReactNode) => boolean;