import { ReactNode } from 'react'; export declare function isNativeHtmlStructure(node: ReactNode): boolean;