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